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

[CLI] Initialize key cloud authentication details in a config file #65

Merged
merged 5 commits into from
Jan 16, 2022

Conversation

parasj
Copy link
Contributor

@parasj parasj commented Jan 16, 2022

Fixes #71

CLI init script allows for persistent credentials across skylark CLI calls

parasj and others added 3 commits January 16, 2022 06:19
Co-authored-by: Sam Kumar <samkumar@users.noreply.github.com>
@parasj parasj self-assigned this Jan 16, 2022
@parasj parasj added the cli label Jan 16, 2022
@parasj parasj changed the title Initialize key cloud authentication details in a config file [CLI] Initialize key cloud authentication details in a config file Jan 16, 2022
@parasj parasj removed the request for review from ShishirPatil January 16, 2022 20:57
Copy link
Contributor

@samkumar samkumar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. But, it's a bit odd that you prompt for the Azure secrets but not the AWS or GCP secrets. You may want to consider adding an option to specify those as well for inclusion in the config file. (Or, alternatively, just keep this to GCP project id and Azure subscription id...)

@parasj
Copy link
Contributor Author

parasj commented Jan 16, 2022

I added AWS and GCP credentials to the tool now. It will read these from environment variables or local files first.

@parasj parasj merged commit fabfb9b into main Jan 16, 2022
@parasj parasj deleted the dev/paras/cli_init branch January 16, 2022 22:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CLI] skylark init should capture AWS credentials
2 participants