File tree Expand file tree Collapse file tree 1 file changed +12
-7
lines changed
content/vault/v1.20.x/content/partials Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change 1- ### Rotation Logging
2- The rotation manager emits logs (to the standard ` vault.log ` ) on any successful or failed
3- rotation. In the case of success, the log will note which credential was rotated, under
4- the ` rotationID ` key, and the anticipated time of the next rotation, under the key ` expire_time ` .
5- In the case of failure, the log will include the ` rotationID ` and an ` err ` reason.
6- Other logs may be emitted, depending on the set log level. When associated with a specific
7- credential, the ` rotationID ` will be included as the first parameter.
1+ ### Rotation logging
2+
3+ The rotation manager emits logs to the standard ` vault.log ` on any successful or
4+ failed rotation.
5+
6+ In the case of success, Vault notes:
7+
8+ - the rotated credential as the first parameter, ` rotationID ` .
9+ - the anticipated time of the next rotation as ` expire_time ` .
10+
11+ In the case of failure, Vault sets ` rotationID ` to ` err ` and may emit additional
12+ logs depending on the configured log level.
You can’t perform that action at this time.
0 commit comments