Cloudformation-coverage-roadmap: AWS::ApiGateway::DomainName- (new parameter)

Created on 25 Jul 2019  路  5Comments  路  Source: aws-cloudformation/cloudformation-coverage-roadmap

Add new parameters to AWS::ApiGateway::DomainName -> Security Policy, DomainNameStatus

Scope of request -> Create Domain Name API takes additional input: security policy

  1. Expected behavior -> in Create, allow setting security policy. In Update, allow changing to a different security policy.
  2. Test case recommendation (optional) -> Once done, get domain name should return domain name with new attributes security policy and status
  3. Links to existing API doc (optional) -> API docs at https://docs.aws.amazon.com/apigateway/api-reference/resource/domain-name/
  4. Category tag (optional) -> Networking/Content Delivery
  5. Any additional context (optional)
networking & content deliv

Most helpful comment

We are interested in this parameter being available. In the meantime, we need to update from TLS 1.0 to TLS 1.2 via Web console or AWS CLI. We are not able to define this using SAM/CF

All 5 comments

We are interested in this parameter being available. In the meantime, we need to update from TLS 1.0 to TLS 1.2 via Web console or AWS CLI. We are not able to define this using SAM/CF

I would suggest making TLS 1.2 the default value for new domains, to make sure those who miss this setting is still getting the best possible security.

I think the response will be, "changing the default to TLS 1.2 breaks backwards compatibility". If it is, we need CloudFormation to think about better ways of versioning these resources so people can get security upgrades like this by default, but pin behavior for compatibility if needed.

I'd like to see this fwiw, we've just hit wanting this at my place and are now having to look into alternatives. Anything I can do to help let me know. Thanks.

Should SecurityPolicy also be in AWS::ApiGatewayV2::DomainName DomainNameConfiguration? https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-domainname-domainnameconfiguration.html

Was this page helpful?
0 / 5 - 0 ratings

Related issues

hoegertn picture hoegertn  路  4Comments

tortila picture tortila  路  3Comments

mildebrandt picture mildebrandt  路  3Comments

san-san picture san-san  路  3Comments

msaggar picture msaggar  路  3Comments