-
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
Mount CA bundle into metadata broker and pass the path as argument to brokers #17630
Conversation
Signed-off-by: Mykola Morhun <[email protected]>
Signed-off-by: Mykola Morhun <[email protected]>
✅ E2E Happy path tests succeed 🎉 See Details
Tested with Eclipse Che Multiuser User on K8S (minikube v1.1.1) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generally looks good, couple of comments.
...che/workspace/infrastructure/kubernetes/wsplugins/brokerphases/BrokerEnvironmentFactory.java
Outdated
Show resolved
Hide resolved
...che/workspace/infrastructure/kubernetes/wsplugins/brokerphases/BrokerEnvironmentFactory.java
Outdated
Show resolved
Hide resolved
...eclipse/che/workspace/infrastructure/kubernetes/wsplugins/KubernetesPluginBrokerManager.java
Outdated
Show resolved
Hide resolved
...g/eclipse/che/workspace/infrastructure/openshift/wsplugins/OpenshiftPluginBrokerManager.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Mykola Morhun <[email protected]>
❌ E2E Happy path tests failed ❗ See Details
Tested with Eclipse Che Multiuser User on K8S (minikube v1.1.1) ℹ️ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
tracer); | ||
} | ||
|
||
@Beta |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it beta by purpose or just movement? I believe at this point this functionality is not beta anymore. So, please consider removing it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, will do that
...g/eclipse/che/workspace/infrastructure/openshift/wsplugins/OpenshiftPluginBrokerManager.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Mykola Morhun <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now changes seem to be much simpler! 👍
✅ E2E Happy path tests succeed 🎉 See Details
Tested with Eclipse Che Multiuser User on K8S (minikube v1.1.1) |
What does this PR do?
Mounts trusted CA bundle into metadata plugin broker and passes
-cadir
argument to both brokers if needed.Implemented only for Openshift 4 infrastructure.
Issue for other infrastructures: #17634
What issues does this PR fix or reference?
#17552
Depends on
eclipse-che/che-plugin-broker#109
eclipse-che/che-operator#409