-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Watcher does not have correct authentication information in Openshift environment. #1156
Labels
Comments
@visavis2k: Looks like that's a regression from my fix :( . That fix was intended to fix connection leaks that were reported at that time. But certainly, we don't want missing authentication. This seems like a quick fix, would you like to send a PR to fix this issue? |
@rohanKanojia Yes I will. |
visavis2k
added a commit
to visavis2k/kubernetes-client
that referenced
this issue
Jul 27, 2018
…ormation in Openshift environment.
rohanKanojia
pushed a commit
to rohanKanojia/kubernetes-client
that referenced
this issue
Aug 28, 2018
…ormation in Openshift environment.
rohanKanojia
pushed a commit
to rohanKanojia/kubernetes-client
that referenced
this issue
Aug 28, 2018
…ormation in Openshift environment.
valdar
pushed a commit
to valdar/kubernetes-client
that referenced
this issue
Mar 20, 2019
…ormation in Openshift environment.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running the Watcher on PersistentVolumes in the openshift environment will result in authentication errors.
The openShiftClient object has the admin privilege, but the following error occurs:
This problem did not occur in version 3.1.10. However, it will appear from 3.1.11.
It is estimated that the problem is caused by modifying the WatchConnectionManager at #1042. In my opinion, the HttpClientUtils.createHttpClient() method does not give proper OpenShift authentication information.
I modified the code to use clonedClient as in the previous version, and the problem is gone.
Thank you for reading.
The text was updated successfully, but these errors were encountered: