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

Default Profile #86

Closed
KyleJamesWalker opened this issue Apr 11, 2018 · 3 comments
Closed

Default Profile #86

KyleJamesWalker opened this issue Apr 11, 2018 · 3 comments

Comments

@KyleJamesWalker
Copy link
Contributor

Why does the following line us default123?

adfs_config = create_adfs_default_config(profile='default123')

The documentation states it should use default, it seems like the tool is using default for most people in our office, except one person it always uses default123 unless the --profile option is passed.

@KyleJamesWalker
Copy link
Contributor Author

KyleJamesWalker commented Apr 11, 2018

Update: It looks like if you wipe out the profiles (or don't have a default) it will use default123 but if there's a default it will use default. possibly (this did not fix it)

@keirwhitlock
Copy link
Contributor

keirwhitlock commented Apr 11, 2018

Looks like it if no profile is specified, it tries to find default123 in your aws/config, which, if not present will get caught by the exception, where by it will try to use the profile default if present.

@KyleJamesWalker
Copy link
Contributor Author

The odd thing is I deleted the default123 and it keeps coming back which was driving me crazy.

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

No branches or pull requests

2 participants