Learn how to dynamically generate Snowflake user credentials.
Navigate to Snowflake's User Dashboard and press the '+ User' button
Create a Snowflake user with the USERADMIN role for Infisical
Click on the Account Menu in the bottom left and take note of your Account and Organization identifiers
Open the Secret Overview Dashboard
Click on the 'Add Dynamic Secret' button
Select the Snowflake option in the grid list
Provide the required parameters for the Snowflake dynamic secret
(Optional) Modify SQL Statements
{{randomUsername}}
: Random username string{{unixTimestamp}}
: Current Unix timestamp{{identity.name}}
: Name of the identity that is generating the secret{{random N}}
: Random string of N characterstruncate
: Truncates a string to a specified lengthreplace
: Replaces a substring with another valueClick 'Submit'
Generate dynamic secrets
Submit
button, a new secret lease will be generated and the credentials for it will be
shown to you.