HashiCorp Certified: Vault Associate (002) — Question 82
Which endpoint can be used to list all tokens?
Answer options
- A. /kv/secrets
- B. /auth/token/list
- C. /secrets/kv
- D. /auth/token/accessors
Correct answer: D
Explanation
The correct answer is D, as the /auth/token/accessors endpoint is specifically used for listing all token accessors. Options A, B, and C do not provide the functionality to list tokens; instead, they pertain to secrets management and other token-related operations.