minio: add sse
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Tobias Manske 2023-12-23 17:18:47 +01:00
parent 5fdc54be3c
commit e6aece0237
Signed by: tobias
GPG Key ID: 9164B527694A0709
2 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,7 @@ services:
- "MINIO_ROOT_PASSWORD={{ minio.password | mandatory }}"
- "MINIO_SERVER_URL=https://${MINIO_URL}"
- "MINIO_BROWSER_REDIRECT_URL=https://${DASHBOARD_URL}"
- "MINIO_KMS_SECRET_KEY=kms-key:{{ lookup('env', 'MINIO_KMS_SECRET_KEY') }}"
volumes:
- data:/data
labels:

View File

@ -1,5 +1,6 @@
---
ANSIBLE_VAULT_PASSWORD_FILE: !file:var ansible/vault
MINIO_KMS_SECRET_KEY: !var minio/kms_secret_key
SSH_KEY_thonkpad_ka_chaoswg_org: !var:file machine/thonkpad.ka.chaoswg.org/ssh_key
SSH_KEY_host_nc_chaoswg_org: !var:file machine/host.nc.chaoswg.org/ssh_key
SSH_KEY_mon1_hel1_chaoswg_org: !var:file machine/mon1.hel1.chaoswg.org/ssh_key