Secrets
runta secret add
Section titled “runta secret add”Store a tenant credential.
runta secret add [OPTIONS] <NAME>| Option | Description |
|---|---|
--value-env <VALUE_ENV> | Read the credential value from this environment variable. |
--value-stdin | Read the credential value from stdin. |
--prompt | Prompt for the credential value. |
--cache-ttl-secs <CACHE_TTL_SECS> | Worker credential cache TTL in seconds. Defaults to 0. |
runta secret list and delete
Section titled “runta secret list and delete”runta secret listrunta secret delete <NAME>runta secret rule add
Section titled “runta secret rule add”Add a runtime-scoped secret injection rule.
runta secret rule add [OPTIONS] [SANDBOX_NAME]| Option | Description |
|---|---|
--host <HOST> | Destination host pattern. |
--path <PATH> | Destination path pattern. Defaults to all paths. |
--credential <CREDENTIAL> | Stored credential name. |
--inject-header <INJECT_HEADER> | Header to inject. |
--inject-value <INJECT_VALUE> | Injected value template. Use ${credential} for the stored value. |
-f, --file <FILE> | YAML rule file. When using a file, omit [SANDBOX_NAME]. |
runta secret rule list and delete
Section titled “runta secret rule list and delete”runta secret rule list [SANDBOX_NAME]runta secret rule delete <ID>