Please help us help you and fill where relevant:
Your LimeSurvey version: 5 (test also on 6)
Own server or LimeSurvey hosting: on Kubernetes
Survey theme/template: -
==================
Hello,
I'm using the helm package to deploy Limesurvey on Kubernetes (
artifacthub.io/packages/helm/martialblog/limesurvey
).
I have a problem when I use "limesurvey.encrypt.nonce" and "limesurvey.encrypt.secretBoxKey" values.
This correctly creates the keys "limesurvey-encrypt-nonce" and "limesurvey-encrypt-secretboxkey" in the secret "limesurvey-app-secrets"
This also allows the "ENCRYPT_NONCE" and "ENCRYPT_SECRET_BOX_KEY" variables to be correctly created in the pod.
However, in the pod's "application/config/security.php" file, there are other generated values (in "$config" and ""). This is also the case after each recreation of the pod
Did I misuse the helm values or is this a bug?
Thanks a lot for your answers.