ExamGecko
Question list
Search
Search

Question 56 - Vault Associate 002 discussion

Report
Export

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

A.
Meta
Answers
A.
Meta
B.
Path
Answers
B.
Path
C.
Policies
Answers
C.
Policies
D.
Accessor
Answers
D.
Accessor
Suggested answer: C

Explanation:

When looking at Vault token details, the policies key helps you find the paths the token is able to access. Policies are a declarative way to grant or forbid access to certain paths and operations in Vault. Policies are written in HCL or JSON and are attached to tokens by name. Policies are deny by default, so an empty policy grants no permission in the system. A token can have one or more policies associated with it, and the effective policy is the union of all the individual policies. You can view the token details by using the vault token lookup command or the auth/token/lookup API endpoint. The output will show the policies key with a list of policy names that are attached to the token. You can also view the contents of a policy by using the vault policy read command or the sys/policy API endpoint. The output will show the rules key with the HCL or JSON representation of the policy.The rules will specify the paths and the capabilities (such as create, read, update, delete, list, etc.) that the policy allows or denies.Reference: https://developer.hashicorp.com/vault/docs/concepts/policies4, https://developer.hashicorp.com/vault/docs/commands/token/lookup5, https://developer.hashicorp.com/vault/api-docs/auth/token#lookup-a-token6, https://developer.hashicorp.com/vault/docs/commands/policy/read7, https://developer.hashicorp.com/vault/api-docs/system/policy8

asked 18/09/2024
Bhavani Simhadri
29 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first