-
Notifications
You must be signed in to change notification settings - Fork 4
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
Changing ASB configuration should not be a requirement #17
Comments
After the discussions on openshift/openshift-ansible#9231 we can conclude that we cannot get rid of a manual step when installing Che using the ansible service broker. But rather than asking users to change the configuration of the ASB as indicated today in the README (that has an effect on the whole cluster) we should rather ask users to manually create the Summarizing this issue subtasks are:
|
Currently a manual step at cluster scope is required in order to have Che provisioned correctly: Ansible Service Broker should be configured with openshift
sandbox_role
set toadmin
.This makes Che installation harder and impossible in some cases.
To get rid of this manual step we could have OpenShift teams to default
sandbox_role
toadmin
. This is what this issue is about openshift/openshift-ansible#9231If this won't work we should look at
RoleBinding
withrole_ref_kind: ClusterRole
instead ofrole_ref_kind: Role
andsandbox_role
set toedit
would be enough to create aRoleBindings
withrole_ref_kind: Role
The text was updated successfully, but these errors were encountered: