630c6bf915
* Add warning when generate_lease=no_store=true When no_store=true, the value of generate_lease is ignored completely (and set to false). This means that when generate_lease=true is specified by the caller of the API, it is silently swallowed. While changing the behavior could break callers, setting a warning on the response (changing from a 204->200 in the process) seems to make the most sense. Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com> * Add changelog entry Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
4 lines
123 B
Plaintext
4 lines
123 B
Plaintext
```release-note:improvement
|
|
secrets/pki: Warn when `generate_lease` and `no_store` are both set to `true` on requests.
|
|
```
|