okta / okta-aws-cli

A CLI for having Okta as the IdP for AWS CLI operations
https://github.com/okta/okta-aws-cli
Other
128 stars 34 forks source link

Add support for ~/.okta-aws-cli configuration file #96

Closed martinhamza closed 9 months ago

martinhamza commented 1 year ago

This PR adds support for using a configuration file ~/.okta-aws-cli as the source of environment variables along with .env

monde commented 1 year ago

@martinhamza I'm getting ready to do some work to make use of a standardized yaml config file in $HOME/.okta/okta.yaml which is one of the config locations our different language SDKs will look for config variables. For instance, it is discussed here in otka-sdk-golang .

yermulnik commented 1 year ago

I'm getting ready to do some work to make use of a standardized yaml config file in $HOME/.okta/okta.yaml

Is there an issue or pull request to track the progress please? Thanks.

monde commented 1 year ago

I want to bring all the flags into ~/.okta-aws-cli but it will be under my v2-headless work and will require some coding on my part.

monde commented 9 months ago

I'm going to close this one, $HOME/.okta/okta.yaml is the primary config file for okta-aws-cli and our other open source projects like okta-sdk-golang