aws-apigatewayv2-authorizers: Expose the node or HttpAuthorizer resource for dependency management #28061
Labels
@aws-cdk/aws-apigatewayv2-authorizers
Related to aws-apigatewayv2-authorizers package
effort/medium
Medium work item – several days of effort
feature-request
A feature should be added or improved.
p2
Describe the feature
Expose the Node construct of the Authorizer for
HttpJwtAuthorizer
and the other authorizers in the@aws-cdk/aws-apigatewayv2-authorizers-alpha
package.Use Case
This is only really an issue for the JWT authorizer resources, and if you are self exposing the openid configuration via the same API Gateway, as at creation time, it calls the
/.well-known/openid-configuration
endpoint, and you get the following error:There is a workaround:
Proposed Solution
No response
Other Information
No response
Acknowledgements
CDK version used
2.110.0 + @aws-cdk/aws-apigatewayv2-*: ^2.110.0-alpha.0
Environment details (OS name and version, etc.)
Windows 11 Pro Insider 25992
The text was updated successfully, but these errors were encountered: