Closed leptonyu closed 1 year ago
Can be set here: https://github.com/authelia/chartrepo/blob/master/charts/authelia/values.yaml#L1279
Will check asap as to why helm isn't generating this correctly or we're not using it correctly.
I can't see what's exactly wrong, it seems to work for me. Maybe this was fixed in a newer version of Authelia? Can you show the exact errors and the value helm is generating?
The title is the error log.
I fix the issue by using fixed private key.
Flux will upgrade helmchart when new version comes. And it seems that helm create new private key when upgrading. And old Authelia instance failed with this error.
I have delete the deployments to recover.
You have the option of configuring one. I still need to see the key that causes this error (as it's encoded raw in the secret) because I can't replicate it with vanilla helm. It outputs the properly encoded PEM and encodes that with base64 as expected.
I accidentally encountered this as well. The problem seems to be that the first time it correctly generates a key and base64 encodes it. The second time a chart update is run, it unfortunately takes the previous base64 encoded value and encodes it once more with base64.
Thanks for clarifying, I can probably figure it out from this. Strange that helm doesn't decode it automatically when you do the lookup.
I use fluxv2 to deploy Authelia.
When I refresh helm-release I got this error.
You can get the Configuration below. I did not configure OIDC private key. Do I have to configure it?