-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Volume created but the secret with the self-signed cert is not #13433
Comments
The issue that Che Plugin Broker is run in a different way than k8s/os internal runtime. The solution is add for (Secret secret : brokerEnvironment.getSecrets().values()) {
namespace.secrets().create(secret);
} The same is done for K8s/OS runtime here |
Looks like the issue had affected OpenShift oAuth integration in Eclipse Che being deployed to OKD using the command:
|
@dmytro-ndp Thanks for reporting your case, actually the error is the same but the cause is different:
|
Description
A secret with cert body isn't created but che-plugin-broker pod is configured to use it
Follow up of #12634 (comment)
The text was updated successfully, but these errors were encountered: