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
Logging in using the above role does not create a periodic/renewable token:
$ vault login -method=oci auth_type=instance role=test
Success! You are now authenticated. The token information displayed below
is already stored in the token helper. You do NOT need to run "vault login"
again. Future Vault requests will automatically use this token.
Key Value
--- -----
token XXXX
token_accessor 7nnArOcb9Wrthmd6SdCTsCmP
token_duration 30m
token_renewable false
token_policies []
identity_policies []
policies []
token_meta_role_name test
The text was updated successfully, but these errors were encountered:
I create a role that has
token_period
set.Logging in using the above role does not create a periodic/renewable token:
The text was updated successfully, but these errors were encountered: