-
-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
Recently, AWS added support for configuring TLS policies for API Gateway: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-security-policies.html?icmpid=apigateway_console_help
I would like to configure this using osls. The Cloudformation spec for this is here:
If I attempt to add configure this by doing this:
provider:
name: aws
endpointType: regional
securityPolicy: SecurityPolicy_TLS13_1_3_2025_09
I get an error
Warning: Invalid configuration encountered
at 'provider': unrecognized property 'securityPolicy'
Can this be added as an allowed property?
Metadata
Metadata
Assignees
Labels
No labels