You are configuring your application to retrieve a new PKI certificate upon provisioning. The Vault admins have given you an AppRole role-id and secret-id to inject into the CI/CD pipeline job that provisions your app. The application uses the credentials to successfully authenticate to Vault using the API. Which of the following is true about the step next required after authenticating to Vault?
What of the following features are true about batch tokens in Vault? (Select two)
An Active Directory admin created a service account for an internal application. You want to store these credentials in Vault, allowing a CI/CD pipeline to read and configure the application with them during provisioning. Vault should maintain the last 3 versions of this secret. Which Vault secrets engine should you use?
What is the primary role of the Vault Security Operator (VSO) in a Kubernetes environment?
A large organization uses Vault for various use cases with multiple auth methods enabled. A user can authenticate via LDAP, OIDC, or a local userpass account, but they receive different policies for each method and often need to log out and back in for different actions. What can be configured in Vault to ensure users have consistent policies regardless of their authentication method?
How does the instance updates feature work when using the Vault Secrets Operator?
Your DevOps team would like to provision VMs in GCP via a CICD pipeline. They would like to integrate Vault to protect the credentials used by the tool. Which secrets engine would you recommend?
A Vault cluster’s listener configuration is shown in the exhibit.
Given the configuration displayed, what VAULT_ADDR environment variable value would target this cluster?
Exhibit:
listener " tcp " { address = " 10.0.0.50:8200 " tls_disable = true }
The vault lease renew command increments the lease time from:
When using the principle of least privilege with Vault ACL policies, you start by granting broad access, then remove capabilities as issues occur.