mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-06 19:31:09 +01:00
* Add an Int64 type * Use the new Int64 type so that even 32 bit builds can specify max_operations above 2^31 * Missed a spot * go mod vendor * fix cast * changelog * Update unit test to ensure this works on both 32 and 64-bit archs
4 lines
105 B
Plaintext
4 lines
105 B
Plaintext
```release-note:bug
|
|
core: Fix edge cases in the configuration endpoint for barrier key autorotation.
|
|
```
|