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
When performing token-lookup from existing 0.5.3, it shows:
Key Value
accessor 179e0a74-a471-01e0-a0c5-563288c8ef97
creation_time 1.474898846e+09
creation_ttl 3600
display_name token-test
id 73860cb1-59a1-85ed-1eee-fcc144c83edc
meta map[key:value]
num_uses 0
orphan false
path auth/token/create
policies [root]
role
ttl 3581
After upgrading it to 0.6.1, it shows:
Key Value
accessor 179e0a74-a471-01e0-a0c5-563288c8ef97
creation_time 0
creation_ttl 3600
display_name
explicit_max_ttl 0
id 73860cb1-59a1-85ed-1eee-fcc144c83edc
meta map[key:value]
num_uses 0
orphan false
path auth/token/create
policies [root]
renewable true
ttl 3491
As you could see, creation_time is zeroed out, and display_name doesn't show up.
Any idea on the cause of this? It's happening regardless of which version of client side I use, I have few scripts that replies on display_names and it's stopping me from those operations.
The text was updated successfully, but these errors were encountered:
When performing token-lookup from existing 0.5.3, it shows:
After upgrading it to 0.6.1, it shows:
As you could see,
creation_time
is zeroed out, anddisplay_name
doesn't show up.Any idea on the cause of this? It's happening regardless of which version of client side I use, I have few scripts that replies on display_names and it's stopping me from those operations.
The text was updated successfully, but these errors were encountered: