provisioning/config/templates/kms.toml.template
2025-10-07 11:12:02 +01:00

23 lines
396 B
Plaintext

# KMS Configuration for Workspace: {{workspace.name}}
# Generated: {{now.iso}}
[kms]
mode = "local" # local, remote, hybrid
enabled = false
[kms.local]
provider = "age"
key_path = "{{workspace.path}}/.kms/keys/age.txt"
[kms.remote]
server = ""
auth_method = "certificate"
client_cert = ""
client_key = ""
ca_cert = ""
api_token = ""
username = ""
password = ""
timeout = 30
verify_ssl = true