-
Notifications
You must be signed in to change notification settings - Fork 31
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
Implement SSOCredentialsProvider #189
Conversation
@@ -292,3 +294,37 @@ enum aws_retry_error_type aws_credentials_provider_compute_retry_error_type(int | |||
|
|||
return error_type; | |||
} | |||
|
|||
struct aws_profile_collection *aws_load_profile_collection_from_config_file( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this function be moved to aws/sdkutils/aws_profile.h
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is just a util function which is calling two functions from aws_profile.h
with some common default values for auth. I would rather not make this public.
Issue #164
Description of changes:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.