VA-003 Assess Vault tokens • Set 2
VA-003 Assess Vault tokens Practice Test 2 — 15 questions with explanations. Free, no signup.
Refer to the exhibit. A developer reports that a token they created using `vault token create -policy=my-policy -ttl=2h` is no longer working after 1 hour. The token lookup output shows the token details. What is the most likely cause?
Refer to the exhibit. ``` $ vault token lookup s.abc123 Key Value --- ----- accessor a.xyz789 creation_time 1712345678 expiration_time 1712355678 creation_ttl 2h display_name mytoken entity_id entity-uuid-123 meta map[team:dev] num_uses 0 orphan true path auth/token/create policies [default my-policy] renewable true type service ```