File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed
content/vault/v1.19.x/content/partials Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change 11### Rotation logging
22
3- The rotation manager emits logs (to the standard ` vault.log ` ) on any successful or failed
4- rotation. In the case of success, the log will note which credential was rotated, under
5- the ` rotationID ` key, and the anticipated time of the next rotation, under the key ` expire_time ` .
6- In the case of failure, the log will include the ` rotationID ` and an ` err ` reason.
7- Other logs may be emitted, depending on the set log level. When associated with a specific
8- credential, the ` rotationID ` will be included as the first parameter.
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