added s3 secret base64 encoded and S3 Firewall

This commit is contained in:
maximilian.bartz 2025-07-02 15:18:01 +02:00
parent d5f8404835
commit eeaece034f
4 changed files with 94 additions and 0 deletions

9
vars/demo/s3-secret.yaml Normal file
View file

@ -0,0 +1,9 @@
apiVersion: v1
kind: Secret
metadata:
name: s3-virt-credentials
namespace: ${TENANT_NAMESPACE}
type: Opaque
data:
accessKeyId: WWozQTdUdHgzbjNOa3NsS2VodzM=
secretKey: SUZJRWtSbnJnWDRPcnlNWmtSSjlheG41UlpnSTZhMjBvVW82Tm1lRA==