Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load/Create AWS Profile on App Boot #22

Closed
swiknaba opened this issue May 27, 2022 · 0 comments
Closed

Load/Create AWS Profile on App Boot #22

swiknaba opened this issue May 27, 2022 · 0 comments
Assignees
Labels
Rust Tickets for the Rust-rewrite

Comments

@swiknaba
Copy link
Contributor

swiknaba commented May 27, 2022

this is needed for the profile page: #20
and also needed for the dashboard page, since there we have to list all available profiles, see #19

If the ~/.aws/* (macOS) directory does not exist, the app has to create it (probably we should "load or create" that file when the app opens)

⚠️ this has to work for all OSes (macOS, Linux, Windows)

Current flow:

We're showing an error if no credentials inside: ~/.aws/ or if folder doesn't exist
Then in profile tab you can create some credentials yourself

@swiknaba swiknaba added the Rust Tickets for the Rust-rewrite label May 27, 2022
@morozRed morozRed self-assigned this May 27, 2022
@morozRed morozRed closed this as completed Jul 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Rust Tickets for the Rust-rewrite
Projects
None yet
Development

No branches or pull requests

2 participants