View source: R/ui_fetch_secret.R
ui_fetch_secret | R Documentation |
Fetch secrets
ui_fetch_secret(user = NULL, password = NULL, engine = NULL, id = NULL)
user |
(character) xx |
password |
(character) password |
engine |
(character) engine to filter secrets with. if not supplied
( |
id |
(character) the id of the instance. if supplied, we filter the secret names by this id |
If user and password are supplied they are returned immediately
If user and password are not supplied, we fetch all secrets in your secrets manager service, and then ask you which one you'd like to use. If you choose none of them this function returns NULL for both user and password
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.