-
Notifications
You must be signed in to change notification settings - Fork 91
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
SAML profiles #65
SAML profiles #65
Conversation
Looks like the setup for my change breaks
|
I pushed a change to fix the You're right, our options are overloading the There's a configuration option I don't think we should somehow support both Thanks for the PR! This will be a great addition to awsume! |
``` configuration [my-profile] role_arn = <saml_provider_arn>,<role_arn> ``` I'm possibly misusing role_arn in the credentials file by having it include both the SAML provider ARN and role_arn but the other option was to add a non-standard config value to the credentials file.
a2eac82
to
8b60d85
Compare
Okay, added support for |
Looks good, thanks for the PR! I'm gonna push a few bug fixes before I release the change |
Released in 4.1.3 As an aside, I added a And fuzzy-matching will only apply to using those arguments to select a saml role, but is toggle-able with the Again, thanks for the PR! |
Add profile support for
--with-saml
I'm possibly misusing role_arn in the credentials file by having it include both the SAML provider ARN and role_arn but the other option was to add a non-standard config value to the credentials file.