You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using a profile of a cluster-role or non cluster-role user
Such investigation is based on the work of OLM to grant access for non cluster-admin users [1], what IBM proposes part of the installation procedure of the Appsody operator [2].
My conclusion is for the moment to stay with a user having - cluster-admin role due to the complexity even for Admin users to configure: sa, role, roleCluster, roleBinding or OperatorGroup
Request for proposal
The following ticket describes a RFP to :
Such investigation is based on the work of OLM to grant access for non cluster-admin users [1], what IBM proposes part of the installation procedure of the Appsody operator [2].
My conclusion is for the moment to stay with a user having - cluster-admin role due to the complexity even for Admin users to configure: sa, role, roleCluster, roleBinding or OperatorGroup
[1] https://github.com/operator-framework/operator-lifecycle-manager/blob/master/doc/design/scoped-operator-install.md#background
[2] https://appsody.dev/docs/using-appsody/building-and-deploying/#rbac-considerations-for-the-use-of-appsody-deploy-and-appsody-operator-commands
User with cluster-admin role
install -o operator1, operator2,...
list where the command will:Remark: The list of the operators to be installed could be replaced with different profiles: default -> halkyon, tekton + kubedb, ....
User without cluster-admin role
cluster-admin
user can create a :Role
with Admin rights,RoleCluster
with nodes view rights andRoleBinding
for the user deploying in a namespaceuser with cluster-admin
roleWDYT ? @nainaz @tqvarnst @iocanel
The text was updated successfully, but these errors were encountered: