open-nomad/.changelog/14635.txt
James Rasell a25028c412
cli: fix a bug in operator API when setting HTTPS via address. (#14635)
Operators may have a setup whereby the TLS config comes from a
source other than setting Nomad specific env vars. In this case,
we should attempt to identify the scheme using the config setting
as a fallback.
2022-09-22 15:43:58 +02:00

4 lines
130 B
Plaintext

```release-note:bug
cli: fixed a bug in the `operator api` command where the HTTPS scheme was not always correctly calculated
```