23 lines
396 B
Plaintext
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
|