002 Exam QuestionsBrowse all questions from this exam

002 Exam - Question 42


When looking at Vault token details, which key helps you find the paths the token is able to access?

Show Answer
Correct Answer: C

The key that helps you find the paths the token is able to access in Vault token details is 'Policies'. Policies define what actions can be performed on which paths, hence they determine the access permissions associated with the token.

Discussion

2 comments
Sign in to comment
daz_rekkaOption: C
Jan 22, 2024

Policies control the Token's access to different paths.

StokvisssOption: C
Sep 27, 2024

C is correct: # vault token lookup -accessor $accessor | grep policies policies [default ssh-sign]