Skip to content

Add TLSv1.3 to SslProtocol list #3476

Description

@mungojam

It seems the list here is limiting what can be set for the terraform AWS provider for cloudfront vpc origins:

func (SslProtocol) Values() []SslProtocol {
return []SslProtocol{
"SSLv3",
"TLSv1",
"TLSv1.1",
"TLSv1.2",
}
}

I don't know how this list is used, but is it logical to add TLSv1.3 to this list since it is supported in most/all AWS components now?

Metadata

Metadata

Assignees

No one assigned

    Labels

    service-apiThis issue is due to a problem in a service API, not the SDK implementation.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions