Syntax
meta as backend
hashicorp_vault as backend
Parameters
General
meta as backend
hashicorp_vault as backend
Examples
meta as backend
We create a secret named mysql_pwd, and then use it in the WITH clause. After that, we use the SHOW CREATE SOURCE command to view the password. As shown in the result, the MySQL password is hidden, ensuring no secret leaks.
hashicorp_vault as backend
Create the secret using token authentication:
See also
Manage secrets
A comprehensive guide for secret management operations
DROP SECRET
Dropping a secret