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

feat: add process credential provider #1076

Merged
merged 13 commits into from
Aug 18, 2023
Merged

Conversation

dayaffe
Copy link
Contributor

@dayaffe dayaffe commented Aug 11, 2023

"Process credentials" are described in a SEP: --/seps/accepted/shared/extensible-creds.md

Since CRT is adding a Process Credential Provider (see ticket: awslabs/aws-crt-swift#177) we need to create a wrapper for CRT's process credential provider that is located in the SDK.

Issue #

#1073

Description of changes

Create a wrapper class ProcessCredentialsProvider with companion unit tests

New/existing dependencies impact assessment, if applicable

Conventional Commits

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

@dayaffe dayaffe self-assigned this Aug 11, 2023
@dayaffe dayaffe linked an issue Aug 11, 2023 that may be closed by this pull request
2 tasks
@dayaffe
Copy link
Contributor Author

dayaffe commented Aug 14, 2023

Status Update: This PR is on-hold until the next release of CRT and companion version bump in Swift SDK

@dayaffe
Copy link
Contributor Author

dayaffe commented Aug 15, 2023

/test

@dayaffe dayaffe requested a review from jbelkins August 15, 2023 20:28
Copy link
Contributor

@jbelkins jbelkins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A nit & a little Swift background

Copy link
Contributor

@sichanyoo sichanyoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit comment for initializer.

@dayaffe dayaffe requested review from jbelkins and sichanyoo August 16, 2023 18:28
@awslabs awslabs deleted a comment from dayaffe Aug 16, 2023
@dayaffe
Copy link
Contributor Author

dayaffe commented Aug 17, 2023

/test

@dayaffe dayaffe requested a review from jbelkins August 18, 2023 14:41
@dayaffe dayaffe merged commit 6b4cc3a into main Aug 18, 2023
@dayaffe dayaffe deleted the day/process-credential-provider branch August 18, 2023 19:58
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.

SDK Process Credential Provider
3 participants