-
Notifications
You must be signed in to change notification settings - Fork 285
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
Unable to load data: error getting cached app managed resources: NOAUTH Authentication required. #750
Comments
from which version the upgrade happened? Are you not able to view the resources at all or you can but |
It was previously on Logs of the application controller look like this (masked some details)
|
Strange. |
I see an |
Oh sorry, I should have framed it better😅. Check the REDIS_PASSWORD env var in repo-server, application-controller and argocd-server deployments, not in the redis secret. The secret contains only 2 values. |
Thanks
Would it be OK to just edit the statefuleset and deployment to add this in if they are missing? |
Yes, we can try that. But the operator should have handle this automatically. Could be bug... |
Sorry for the delay in getting back, I updated the deployments and statefulset with the Feel free to close this, or if you want to keep it open to investigate a bug work away. |
Great. I will keep this issue open until the bug is triaged. Thanks for reporting it. |
@garyd2 - Just to rule out the possibility of broken operator reconciliation, can you confirm if there are any unusual error messages in the operator manager pod logs? |
I have reviewed the |
The GitOps operator in one env updated yesterday to
1.13.0
since then I cannot get to the resouces of any apps without hittingRestarted all pods in the Openshift-gitops namespace
Anyone seen this before? Is it something with Redis?
The text was updated successfully, but these errors were encountered: