mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-29 22:51:31 +01:00
changes from feedback
This commit is contained in:
parent
a88b4a76c5
commit
1f880f85a5
@ -48,11 +48,12 @@ text that fulfills those requirements. `{{PASSWORD}}` must appear exactly once a
|
|||||||
|
|
||||||
### Other parameters
|
### Other parameters
|
||||||
|
|
||||||
* `last_rotation_tolerance` (string, optional) - Active Directory often shows a "pwdLastSet" time after Vault's because it takes
|
* `last_rotation_tolerance` (string, optional) - Tolerance duration to use when checking the last rotation time.
|
||||||
|
Active Directory often shows a "pwdLastSet" time after Vault's because it takes
|
||||||
a while for password updates to be propagated across a large cluster. By default, if Active Directory's last rotation time is
|
a while for password updates to be propagated across a large cluster. By default, if Active Directory's last rotation time is
|
||||||
within 5 seconds of Vault's, Vault considers itself to have been the last entity that rotated the password. However, if it's been
|
within 5 seconds of Vault's, Vault considers itself to have been the last entity that rotated the password. However, if it's been
|
||||||
more than 5 seconds, Vault thinks that something rotated the password out-of-band, and re-rotates it so it will "know" it and be
|
more than 5 seconds, Vault thinks that something rotated the password out-of-band, and re-rotates it so it will "know" it and be
|
||||||
able to continue returning it. This may be too high for larger Active Directory clusters, and too low for smaller ones.
|
able to continue returning it. This may be too low for larger Active Directory clusters, and too high for smaller ones.
|
||||||
|
|
||||||
## Config management
|
## Config management
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user