-
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
resource/aws_api_gateway_authorizer: Add support for Cognito User Pool authorizer #2189
Conversation
Depends on #1419 |
Hi @josselin-c We'll be merging #1419 soon. Do you mind rebasing your branch & adding an acceptance test for this new field after that's done? |
I rebased my patch over master and now I'm trying to add an acceptance test for the feature. |
Anyone can help me on this? |
I’ll try to see how to merge my code here later today from #3156 |
@loivis I can see your PR was way more advanced than mine. I won't mind if you continue with yours. I got my answer reading your patch 👍 |
@josselin-c Thanks. Would you mind if close this PR and then I'll reopen #3156 ? I haven't tried to commit to other repo thus don't know if I need time to figure that out. |
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! |
WIP/Help Needed
Add support for ProviderARNs parameter for the API Gateway Authorizer object
With this patch it's possible to use a Cognito User Pool as an Authorizer.
API Doc: http://docs.aws.amazon.com/fr_fr/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html
Fix #1106