-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
provider/aws: Add Cognito Identity Pool Roles Attachment #12846
Conversation
b66a057
to
72b422d
Compare
1bd37d4
to
a700c64
Compare
Hi @Ninir
Thanks. |
Hi @radeksimko
Sure! Didnt want to have them merged separately since the roles attachment dépends on the cognito pool, but will add the WIP label + description.
Will be able to do it next tuesday (no computer until then!) :)
… Le 12 avr. 2017 à 06:33, Radek Simko ***@***.***> a écrit :
Hi @Ninir
would you mind splitting this into at least 3 PRs to make the review a bit easier? 😅
vendor updates - I think we could merge that one pretty much straight away and then you can rebase and work with less LOC in your other PRs
aws_cognito_identity_pool
aws_cognito_identity_pool_roles_attachment
Thanks.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
4cea061
to
4a54a1b
Compare
@radeksimko Kind of ready on my side :) |
"ambiguous_role_resolution": { | ||
Type: schema.TypeString, | ||
ValidateFunc: validateCognitoRoleMappingsAmbiguousRoleResolution, | ||
Optional: true, // Required if Type equals Token or Rules. |
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.
At the moment, as token
is required and has only 2 possibles values (Token or Rules), this seems required too.
The API states that this is Optional though.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Description
This adds the AWS Cognito Identity Roles association resource, based on the following API: http://docs.aws.amazon.com/cognitoidentity/latest/APIReference/API_SetIdentityPoolRoles.html
Related issues
Tests
TODOs