host.secret_set
Store an encrypted secret value under this tenant's namespace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Secret name, referenced from a spec as secret.<name>. | |
| value | Yes | The secret value; stored AES-256-GCM encrypted, never returned. | |
| tenant_key | No | The key `signup` returned. Required only when this connection carries no Authorization: Bearer header -- when both are present, the header wins. |