open-vault/changelog/10826.txt
Calvin Leung Huang b1c4b86d7f
approle: add ttl to the secret ID generation response (#10826)
* approle: add ttl to the secret ID generation response

* approle: move TTL derivation into helper func

* changelog: add changelog entry

* docs: update approle docs and api-docs pages
2021-02-03 16:32:16 -08:00

4 lines
123 B
Plaintext

```changelog:changes
auth/approle: Secrets ID generation endpoint now returns `secret_id_ttl` as part of its response.
```