ExamGecko
Home / HashiCorp / Vault Associate 002 / Practice Test 1
Ask Question

HashiCorp Vault Associate 002 Practice Test 1

00:00:00
Show Answer
Report Issue   Restart test

Question 1 / 40

The following three policies exist in Vault. What do these policies allow an organization to do?

HashiCorp Vault Associate 002 image Question 1 30615 09182024192100000000

Separates permissions allowed on actions associated with the transit secret engine
Separates permissions allowed on actions associated with the transit secret engine
Nothing, as the minimum permissions to perform useful tasks are not present
Nothing, as the minimum permissions to perform useful tasks are not present
Encrypt, decrypt, and rewrap data using the transit engine all in one policy
Encrypt, decrypt, and rewrap data using the transit engine all in one policy
Create a transit encryption key for encrypting, decrypting, and rewrapping encrypted data
Create a transit encryption key for encrypting, decrypting, and rewrapping encrypted data
Comment (0)
Suggested answer: C
Explanation:

The three policies that exist in Vault are:

admins: This policy grants full access to all secrets and operations in Vault. It can be used by administrators or operators who need to manage all aspects of Vault.

default: This policy grants access to all secrets and operations in Vault except for those that require specific policies. It can be used as a fallback policy when no other policy matches.

transit: This policy grants access only to the transit secrets engine, which handles cryptographic functions on data in-transit. It can be used by applications or services that need to encrypt or decrypt data using Vault.

These policies allow an organization to perform useful tasks such as:

Encrypting, decrypting, and rewrapping data using the transit engine all in one policy: This policy grants access to both the transit secrets engine and the default policy, which allows performing any operation on any secret in Vault.

Creating a transit encryption key for encrypting, decrypting, and rewrapping encrypted data: This policy grants access only to the transit secrets engine and its associated keys, which are used for encrypting and decrypting data in transit using AES-GCM with a 256-bit AES key or other supported key types.

Separating permissions allowed on actions associated with the transit secret engine: This policy grants access only to specific actions related to the transit secrets engine, such as creating keys or wrapping requests. It does not grant access to other operations or secrets in Vault.

asked 18/09/2024
Yasser Mohamed Mohamed
50 questions


HashiCorp Vault Associate 002 Practice Tests