nerdexam
HashiCorp

VAULT-ASSOCIATE-002 · Question #93

You need to edit a policy, but the UI appears as shown. What is the problem?

The correct answer is B. You don't have a permission to manage policies. The inability to edit a policy through the Vault UI usually indicates that the user's current token lacks the necessary permissions to perform policy management operations.

Submitted by daniela_cl· Apr 18, 2026Secure Vault

Question

You need to edit a policy, but the UI appears as shown. What is the problem?

Exhibit

VAULT-ASSOCIATE-002 question #93 exhibit

Options

  • AThis is an UI error. Contact support.
  • BYou don't have a permission to manage policies.
  • CVault UI does not support policy creation and management.
  • DUse the command shell in UI to manage policies.

How the community answered

(37 responses)
  • B
    95% (35)
  • C
    3% (1)
  • D
    3% (1)

Why each option

The inability to edit a policy through the Vault UI usually indicates that the user's current token lacks the necessary permissions to perform policy management operations.

AThis is an UI error. Contact support.

While UI errors can occur, a restricted view for policy management is a common symptom of insufficient permissions due to Vault's security model, not necessarily a bug.

BYou don't have a permission to manage policies.Correct

If the Vault UI prevents a user from editing policies, it is because the token used by that user does not have the required capabilities (e.g., `update` or `sudo`) on the `sys/policies/acl` path. Vault's access control is policy-driven, and all UI actions are subject to these defined policies.

CVault UI does not support policy creation and management.

The Vault UI does support policy creation and management, provided the authenticated user has appropriate administrative permissions.

DUse the command shell in UI to manage policies.

While the command shell in the UI can be used for policy management, the primary issue preventing UI-based editing is usually insufficient permissions, not a fundamental limitation requiring CLI use.

Concept tested: Vault policy management permissions

Source: https://developer.hashicorp.com/vault/docs/concepts/policies#capabilities

Topics

#Permissions#Policies#Vault UI#Access Control

Community Discussion

No community discussion yet for this question.

Full VAULT-ASSOCIATE-002 Practice