-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
px-backup chart installation fails with error couldn't find key OIDC_CLIENT_SECRET in Secret px-backup/pxc-backup-secret
#266
Comments
same issue with |
check all your pods, pv and pvcs because my install was attemping to use a wrong pvc name from helm values used. Check the keycloak are running and ok, review your storageClassName on values.yaml and maybe you need to remove the old pvc if they were wrong pointing to a missing storageclass |
Same issue on a completely fresh install. Also there is no way that this could have anything to do whatsoever with pvs or pvcs, because it's simply a deployment referencing an environment variable from a secret. Basically, this:
Is referencing this secret: Which does not contain the referenced key. I have to conclude that this chart is just broken, dead on arrival, and apparently nobody has been using it for the last three years (or they manually added the oidc_client_secret to fix the issue or something) |
Hello, I have seen the same error and was due to several problems like: |
I think the issue we are having is that the helm chart for px-central just does not support using an external keycloak, even though it sais it does in the readme. For example, this just is hardcoded and assumes the chart installs keycloak:
Which just completely breaks if you set oidc.centralOIDC.enabled to false as documented in the readme. |
same issue with helm v3.14.3, any ideas? |
Is this a BUG REPORT or FEATURE REQUEST?:
BUG REPORT
What happened:
When installing the chart with generated values from PX-Central, the
pxcentral-frontend
andpxcentral-backend
pods fail with the error:CreateContainerConfigError
The pod description shows the error message:
What you expected to happen:
Chart deploys normally with the provided values.
How to reproduce it (as minimally and precisely as possible):
Install the chart with the generated
values-px-backup.yaml
from PX-Central, with the command:Anything else we need to know?:
Environment:
The text was updated successfully, but these errors were encountered: