-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
r/appsync_graphql_api: support additional_authentication_providers #8587
Conversation
f9b89fb
to
55eddd6
Compare
55eddd6
to
7380757
Compare
@@ -143,7 +165,7 @@ The following arguments are supported: | |||
|
|||
The following arguments are supported: | |||
|
|||
* `default_action` - (Required) The action that you want your GraphQL API to take when a request that uses Amazon Cognito User Pool authentication doesn't match the Amazon Cognito User Pool configuration. Valid: `ALLOW` and `DENY` | |||
* `default_action` - (Required only if Cognito is used as the default auth provider) The action that you want your GraphQL API to take when a request that uses Amazon Cognito User Pool authentication doesn't match the Amazon Cognito User Pool configuration. Valid: `ALLOW` and `DENY` |
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 particular bit probably needs better wording - the default_action
parameter isn't supported in the additional_auth_provider's user_pool_config block, but I wasn't sure if this is the better way, or if I should create an entirely separate user_pool_config block specifically for the additional_authentication_provider.
other than the minor documentation question - this should be good to go now |
@bflad apologies for the direct ping, wasn't sure how else to get this looked at 😕 is there any way I could help get this merged in? |
Is there anything blocking this? |
Does this need any additional work? This is very important to a project I am working on. |
Why is this still open and not merged in yet? |
Hey guys, is there any plans to merge this soon? Any updates? |
Hi everyone, we're still working through the sizable backlog of PRs and have new team members ramping up. We'll get to this one as soon as we can, and you can help by making sure you've addressed the common review items. Thanks! |
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.
Thanks so much and sorry for the delayed review, @acburdine, great work, especially with all the additional testing. 🚀 The only change I made was to the PR description with Closes #8715
. For the documentation, we can always adjust that in a future change for further clarification.
Output from acceptance testing:
--- PASS: TestAccAWSAppsyncGraphqlApi_AdditionalAuthentication_AWSIAM (12.79s)
--- PASS: TestAccAWSAppsyncGraphqlApi_AdditionalAuthentication_APIKey (12.95s)
--- PASS: TestAccAWSAppsyncGraphqlApi_disappears (14.13s)
--- PASS: TestAccAWSAppsyncGraphqlApi_AuthenticationType_AWSIAM (17.62s)
--- PASS: TestAccAWSAppsyncGraphqlApi_OpenIDConnectConfig_AuthTTL (19.76s)
--- PASS: TestAccAWSAppsyncGraphqlApi_AuthenticationType_APIKey (20.31s)
--- PASS: TestAccAWSAppsyncGraphqlApi_AuthenticationType_AmazonCognitoUserPools (23.03s)
--- PASS: TestAccAWSAppsyncGraphqlApi_basic (24.56s)
--- PASS: TestAccAWSAppsyncGraphqlApi_Name (24.74s)
--- PASS: TestAccAWSAppsyncGraphqlApi_AdditionalAuthentication_CognitoUserPools (12.92s)
--- PASS: TestAccAWSAppsyncGraphqlApi_LogConfig (26.53s)
--- PASS: TestAccAWSAppsyncGraphqlApi_AuthenticationType_OpenIDConnect (27.06s)
--- PASS: TestAccAWSAppsyncGraphqlApi_AdditionalAuthentication_Multiple (13.61s)
--- PASS: TestAccAWSAppsyncGraphqlApi_OpenIDConnectConfig_IatTTL (29.20s)
--- PASS: TestAccAWSAppsyncGraphqlApi_AdditionalAuthentication_OpenIDConnect (17.13s)
--- PASS: TestAccAWSAppsyncGraphqlApi_UserPoolConfig_DefaultAction (31.81s)
--- PASS: TestAccAWSAppsyncGraphqlApi_OpenIDConnectConfig_Issuer (33.09s)
--- PASS: TestAccAWSAppsyncGraphqlApi_UserPoolConfig_AwsRegion (33.20s)
--- PASS: TestAccAWSAppsyncGraphqlApi_OpenIDConnectConfig_ClientID (34.96s)
--- PASS: TestAccAWSAppsyncGraphqlApi_LogConfig_FieldLogLevel (36.78s)
--- PASS: TestAccAWSAppsyncGraphqlApi_AuthenticationType (36.61s)
--- PASS: TestAccAWSAppsyncGraphqlApi_Schema (37.28s)
--- PASS: TestAccAWSAppsyncGraphqlApi_Tags (37.77s)
This has been released in version 2.30.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks! |
Everyone is awesome here |
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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Closes #8715
Release note for CHANGELOG:
Output from acceptance testing: