Add secrets to a keyvault
Add a named list of secrets into the keyvault associated with the workspace.
set_secrets(keyvault, secrets)
keyvault |
The |
secrets |
The named list of secrets to be added to the keyvault, where element name corresponds to the secret name. |
None
## Not run: ws <- load_workspace_from_config() my_secret <- Sys.getenv("MY_SECRET") keyvault <- get_default_keyvault(ws) set_secrets(list("mysecret" = my_secret)) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.