-
Notifications
You must be signed in to change notification settings - Fork 17
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
Cognito credential provider support #306
base: iot
Are you sure you want to change the base?
Conversation
…-swift into cognito_support
@@ -76,7 +138,7 @@ extension CredentialsProvider { | |||
} | |||
|
|||
extension CredentialsProvider.Source { | |||
|
|||
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.
There are a large number of weird white space additions onto empty lines. Is this an auto formatting issue?
@@ -0,0 +1,9 @@ | |||
import Builder | |||
|
|||
class CrtCiPrepXCodebuild(Builder.Action): |
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.
Can we merge this provider to Main instead of iot branch? Swift SDK might need this as well. (I haven't reviewed the PR)
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.
Not needed, if we are merging IoT branch to main in Q2.
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.
Yes, we're merging the IoT branch into main in Q2. If you have time, I'd really appreciate a review! I'd love to get more perspectives on this PR. 🚀
@@ -6,8 +6,8 @@ on: | |||
- 'main' | |||
|
|||
env: | |||
BUILDER_VERSION: v0.9.73 | |||
BUILDER_SOURCE: releases | |||
BUILDER_VERSION: xcodebuild_setup |
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 would need to be updated once crt-builder is merged. Currently the crt-builder has CI failure related to gcc-8.
Issue #, if available:
Description of changes:
The PR added support for cognito credential provider.
It also depends on latest crt-builder to enable the environment variables for xcodebuild test. awslabs/aws-crt-builder#314
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.