Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 8 additions & 9 deletions docs/Configuring.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,15 +250,14 @@ Root level key `kas`

Environment Variable: `OPENTDF_SERVICES_KAS_KEYRING='[{"kid":"k1","alg":"rsa:2048"},{"kid":"k2","alg":"ec:secp256r1"}]'`

| Field | Description | Default |
| --------------------------------- | ------------------------------------------------------------------------------- | -------- |
| `keyring.*.kid` | Which key id this is binding | |
| `keyring.*.alg` | (Optional) Associated algorithm. (Allows reusing KID with different algorithms) | |
| `keyring.*.legacy` | Indicates this may be used for TDFs with no key ID; default if all unspecified. | inferred |
| `preview_features.ec_tdf_enabled` | Whether tdf based ecc support is enabled. | `false` |
| `preview_features.key_management` | Whether new key management features are enabled. | `false` |
| `root_key` | Key needed when new key_management functionality is enabled. | |

| Field | Description | Default |
| ------------------------ | ------------------------------------------------------------------------------- | -------- |
| `keyring.*.kid` | Which key id this is binding | |
| `keyring.*.alg` | (Optional) Associated algorithm. (Allows reusing KID with different algorithms) | |
| `keyring.*.legacy` | Indicates this may be used for TDFs with no key ID; default if all unspecified. | inferred |
| `preview.ec_tdf_enabled` | Whether tdf based ecc support is enabled. | `false` |
| `preview.key_management` | Whether new key management features are enabled. | `false` |
| `root_key` | Key needed when new key_management functionality is enabled. | |

Example:

Expand Down
Loading