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

[Improvement] Get credentials from .aws/credentials/[default] when creating config file #81

Open
Polina-Prakhova opened this issue Mar 11, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@Polina-Prakhova
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
When calling the command syndicat init, user must specify an access and a secret keys. This is inconvenient or even unsafe (for example, credentials can be saved in the command history). The ability to get this data from ~/.aws/credentials/[default] should be added to the current implementation.

Describe the expected profit
Fast, easy and more safe way to fill in the configuration file.

Describe the solution you'd like
The command should behave in the same way as now (save the keys if they are explicitly set, otherwise ask the user to enter them). But before displaying a prompt, need to check for their presence in the file. If there is no such file or no credits - display a prompt like before.

@Polina-Prakhova Polina-Prakhova added enhancement New feature or request To-Do Scope ready for developing and implementing labels Mar 11, 2021
@Polina-Prakhova Polina-Prakhova self-assigned this Mar 11, 2021
@bohdan-onsha bohdan-onsha removed the To-Do Scope ready for developing and implementing label Dec 17, 2021
@Polina-Prakhova Polina-Prakhova removed their assignment Dec 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants