consul/.changelog/21984.txt
Anita Akaeze 88539f1b7e
NET-11798: Set APIGateway TLSConfig if unset or empty (#21984)
* NET-11798: Set APIGateway TLSConfig if unset or empty

* add changelog

* update golden file tests

* add missing golden files

* Update .changelog/21984.txt

Co-authored-by: Nathan Coleman <nathan.coleman@hashicorp.com>

* remove use of reflect library and check if object is empty instead

---------

Co-authored-by: Nathan Coleman <nathan.coleman@hashicorp.com>
2025-01-15 09:13:28 -08:00

3 lines
120 B
Plaintext

```release-note:bug
api-gateway: Fixed TLS configuration to properly enforce listener TLS versions and cipher suites
```