Once we have an Openshift cluster with a list of users, it’s important to set what is possible to do for each user.
Openshift works with an RBAC system when a list of roles can be assigned to a user or group.
[Read More]Once we have an Openshift cluster with a list of users, it’s important to set what is possible to do for each user.
Openshift works with an RBAC system when a list of roles can be assigned to a user or group.
[Read More]It’s crucial to manage our Openshift users, group and roles. This article will describe how to configure an OAuth HTPasswd provider.
[Read More]HTPasswd is a Unix tool which is used to manage elemental user lists.
In this article, we will discover how to use the htpasswd
command.