API / Vault interview questions
Explain Vault policy.
Vault uses policies to control the behavior of clients and to provide Role Based Access Control (RBAC) by specifying access privileges for users. Vault creates a root policy during initialization and makes this policy available to the superuser only. The root policy allows the superuser to enable secret engines, define policies, and configure authentication methods.
More Related questions...