Skip to content

Commit

Permalink
update example to use non-legacy KES config (#1352)
Browse files Browse the repository at this point in the history
This commit updates the KES example to contain
non-legacy config fields.

Signed-off-by: Andreas Auernhammer <hi@aead.dev>

Signed-off-by: Andreas Auernhammer <hi@aead.dev>
  • Loading branch information
aead committed Dec 13, 2022
1 parent 9b0f0bb commit 6badba3
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ type: Opaque
stringData:
server-config.yaml: |-
address: :7373
root: _ # Effectively disabled since no root identity necessary.
admin:
identity: _ # Effectively disabled since no root identity necessary.
tls:
key: /tmp/kes/server.key # Path to the TLS private key
cert: /tmp/kes/server.crt # Path to the TLS certificate
Expand All @@ -17,9 +18,11 @@ stringData:
policy:
my-policy:
paths:
- /v1/api
- /v1/key/create/*
- /v1/key/generate/*
- /v1/key/decrypt/*
- /v1/key/bulk/decrypt/*
identities:
- ${MINIO_KES_IDENTITY}
cache:
Expand All @@ -29,7 +32,7 @@ stringData:
log:
error: on
audit: off
keys:
keystore:
## KES configured with fs (File System mode) doesnt work in Kubernetes environments and it's not recommended
## use a real KMS
# fs:
Expand Down

0 comments on commit 6badba3

Please sign in to comment.