HashiCorp HCVA0-003 - HashiCorp Certified: Vault Associate (003) Exam
To make an authenticated request via the Vault HTTP API, which header would you use?
What is Vault’s default REST API port?
What is required to seal Vault?
When an auth method is disabled all users authenticated via that method lose access.
A user logs into Vault through a configured LDAP auth method and notices that re-authentication is needed after every 8 hours.
Why would the user be required to log in again every 8 hours?
Which of the following describes usage of an identity group?
A policy is shown in the exhibit.
What does this policy do?
Exhibit:
path " secret/data/{{identity.entity.id}}/* " { capabilities = [ " create " , " update " , " read " , " delete " ] }
path " secret/metadata/{{identity.entity.id}}/* " { capabilities = [ " list " ] }
Which command implements the AppRole authentication method?
When unsealing Vault, each Shamir unseal key should be entered:
You are building a new CI/CD pipeline which integrates with Vault. You will be building multiple targets: on premises in vSphere, and in AWS. You have already selected the AWS authentication method for the AWS targets.
Which auth method can the CI/CD tool use to authenticate with the on-premises targets?
