Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Noovolari/leapp
Browse files Browse the repository at this point in the history
* 'master' of https://github.com/Noovolari/leapp:
  fixed link in download badge
  fixed position of animation
  added animation
  Added animated gif to in .github
  Added Desktop App image
  Added docs image in .github
  Added docs image
  • Loading branch information
urz9999 committed Oct 21, 2020
2 parents f5a4604 + 914c3a7 commit e843886
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
Binary file added .github/images/Leapp-Keynote-pitch.001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/images/Leapp-animation.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Leapp
=========
[![Github All Releases](https://img.shields.io/github/downloads/noovolari/leapp/latest/total)]()
[![Github All Releases](https://img.shields.io/github/downloads/noovolari/leapp/latest/total)](https://github.com/Noovolari/leapp/releases/latest)

- Website: https://www.leapp.cloud/
- Roadmap: [Roadmap](https://github.com/Noovolari/leapp/projects/1)
Expand All @@ -14,6 +14,8 @@ It's a software that securely stores your access information and generates tempo

For example, while using the AWS CLI it may become annoying to switch to a different profile or use the --profile argument before issuing every command. Leapp lets you have a new set of credentials and give access to that account with a click.

![Leapp App](.github/images/Leapp-Keynote-pitch.001.png)

# Key features

- **Switch account with a click**: Collect all your cloud accounts access data in a single place and connect straight away. Leverage cloud RBAC to impersonate your roles in a click, and don’t waste time manually manage or edit your credentials file.
Expand All @@ -23,6 +25,9 @@ For example, while using the AWS CLI it may become annoying to switch to a diffe
- **Ease federation with truster accounts**: federating each account is a pain so why don’t use truster accounts to grant access easier and painlessly? We use your federated role as a gateway to all trusted roles in all other accounts! Seems great, isn’t it? See our [documentation](https://github.com/Noovolari/leapp/blob/master/.github/GLOSSARY.md#trusting) to get more info.


![Leapp App animation](.github/images/Leapp-animation.gif)


## Supported Cloud Providers
- **AWS** - :white_check_mark:
- **AZURE** - :white_check_mark:
Expand Down
2 changes: 2 additions & 0 deletions src/app/managing/create-account/create-account.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ export class CreateAccountComponent implements OnInit {
// Show the federated accounts
this.federatedAccounts = this.accounts;

console.log('federatedAccounts: ', this.federatedAccounts);

// only for start screen
if (this.firstTime) {
this.form.controls['federatedOrTruster'].disable({ onlySelf: true });
Expand Down

0 comments on commit e843886

Please sign in to comment.