You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In Vault UI, TTL config in SSH engine is not working.
To Reproduce
Steps to reproduce the behavior:
Open Vault UI
Log in
Enable a SSH engine
Create an SSH role, click on more options, change TTL or Max TTL with some other vaule than the default 30mins
Click "create role"
Try to sign a key with it
Run ssh-keygen.exe -Lf example.pub to check the actual cert TTL
Expected behavior
Signed cert TTL should be what you set previously.
Actual behavior
Signed cert TTL is 30mins.
Environment:
Vault Server Version (retrieve with vault status): 1.1.3
Server Operating System/Architecture: Linux/x64
Additional context
A simple HTTP request analysis shows that ttl and max_ttl fields in the post data is always null no matter what you fill in. This might be the root cause of this problem.
The text was updated successfully, but these errors were encountered:
Describe the bug
In Vault UI, TTL config in SSH engine is not working.
To Reproduce
Steps to reproduce the behavior:
ssh-keygen.exe -Lf example.pub
to check the actual cert TTLExpected behavior
Signed cert TTL should be what you set previously.
Actual behavior
Signed cert TTL is 30mins.
Environment:
vault status
): 1.1.3Additional context
A simple HTTP request analysis shows that
ttl
andmax_ttl
fields in the post data is alwaysnull
no matter what you fill in. This might be the root cause of this problem.The text was updated successfully, but these errors were encountered: