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

[Resource Type] - [Enhancement] - Removing authorizer from AWS::ApiGatewayV2::Route requires setting AuthorizerId to "NONE"" #2184

Open
flostadler opened this issue Nov 14, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@flostadler
Copy link

Name of the resource

AWS::ApiGatewayV2::Route

Resource name

No response

Description

Removing an existing authorizer from an AWS::ApiGatewayV2::Route does not work by just removing the AuthorizationType and AuthorizerId. When doing that the CloudFormation or CloudControl operations are successful, but the existing authorizer stays attached to the route.

Instead, users need to remove the AuthorizerId and set AuthorizationType to "NONE".

Other Details

Users across different ecosystems seem to be running into this:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant