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

Implement SSOCredentialsProvider #189

Merged
merged 96 commits into from
May 8, 2023
Merged

Implement SSOCredentialsProvider #189

merged 96 commits into from
May 8, 2023

Conversation

waahm7
Copy link
Contributor

@waahm7 waahm7 commented Mar 13, 2023

Issue #164

Description of changes:

  • Implements SSOCredentialsProvider without the token refresh functionality.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@waahm7 waahm7 requested a review from TingDaoK March 31, 2023 17:06
include/aws/auth/credentials.h Outdated Show resolved Hide resolved
source/credentials_utils.c Outdated Show resolved Hide resolved
@@ -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(
Copy link
Contributor

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?

Copy link
Contributor Author

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.

@waahm7 waahm7 changed the title Implement SSOCredentialsProvider Part 1 Implement SSOCredentialsProvider May 1, 2023
@waahm7 waahm7 merged commit 9762a1d into main May 8, 2023
29 checks passed
@waahm7 waahm7 deleted the token-provider-profile branch May 8, 2023 18:01
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.

None yet

3 participants