Skip to content

Specify Security Policy option for API Gateway #133

@akowalsk

Description

@akowalsk

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:

https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-apigateway-restapi.html

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions