-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Closed
Labels
Description
Describe the bug
When creating a new role in a pki, under Options when I modify the default 30 in unit : seconds for TTL and Max TTL by 31536000, after save, I can see that the actual TTL value recorded by Vault UI is 1892160000.
To Reproduce
Steps to reproduce the behavior:
- Create Pki role
- Set TTL value to 31536000 seconds
- See that the TTL is not 31536000
Expected behavior
I expect a TTL and Max TTL of 31536000 as I filled (and not 1892160000)
Environment:
- Vault Server Version (retrieve with
vault status): 1.3.4 - Vault CLI Version (retrieve with
vault version): Not Used - Server Operating System/Architecture: Debian 9 64 bits
Additional context
All operations are exclusively done in Vault UI


Reactions are currently unavailable