hashicorp / nomad

Nomad is an easy-to-use, flexible, and performant workload orchestrator that can deploy a mix of microservice, batch, containerized, and non-containerized applications. Nomad is easy to operate and scale and has native Consul and Vault integrations.
https://www.nomadproject.io/
Other
14.57k stars 1.92k forks source link

allow `tls13` for `tls_min_version` #20131

Open EugenKon opened 3 months ago

EugenKon commented 3 months ago

Issue

https://developer.hashicorp.com/nomad/docs/configuration/tls

image

I see that consul already supports TLS_v1.3: https://developer.hashicorp.com/consul/docs/agent/config/config-files#tlsv1_3 I suppose that Nomad also already supports it, but this was not documented yet

Expected Result

Document, that tls13 already supported.

tgross commented 3 months ago

That's not a documentation typo. Nomad's tlsutil package only currently accepts a tls_min_version as documented. That seems like an oversight though, so I'm going to rename this issue to cover updating the behavior instead.