Skip to main content
PREMIUM FEATUREThis is a premium feature. For a comprehensive overview of all premium features and their usage, please see RisingWave premium features.

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:
Create the secret using AppRole authentication:

See also

Manage secrets

A comprehensive guide for secret management operations

DROP SECRET

Dropping a secret