sops_create_secrets
Generate and encrypt secrets as SOPS YAML using cryptographic randomness, user-provided values, or computed derivations, returning encrypted content for client-side storage.
Instructions
Generate and encrypt secrets as SOPS YAML. Returns encrypted content for the client to write to disk. Supports three sources: 'generated' (cryptographic randomness), 'external' (user-provided values), and 'derived' (computed from another key in the same file via a transform such as pbkdf2_sha512_authelia). Derived secret plaintexts are returned in the response so they can be copied into config files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| secrets | Yes | List of secrets to create |