secrets

Configure backend level settings that are applied to every key in the key-value store.

post/secret/config

Request body

cas_requiredboolean

If true, the backend will require the cas parameter to be set for each write

delete_version_afterinteger

If set, the length of time before a version is deleted. A negative duration disables the use of delete_version_after on all keys. A zero duration clears the current setting. Accepts a Go duration format string.

max_versionsinteger

The number of versions to keep for each key. Defaults to 10

Response

OK

Changes

No recorded changes to this endpoint across all 1 revision of this API.