Skip to content

Commit 5f507a2

Browse files
authored
Update k8s-best-practices-security-rbac.adoc
1 parent a7840b0 commit 5f507a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/k8s-best-practices-security-rbac.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ See test case link:https://github.com/test-network-function/cnf-certification-te
77

88
ClusterRole / ClusterRoleBinding:: A `ClusterRole` represents a set of permissions at the cluster level that can be used by multiple namespaces. The `ClusterRoleBinding` is used for granting the permissions defined in a `ClusterRole` to a user or group of users at a namespace level. Applications are not permitted to install cluster roles or create cluster role bindings. This is an administrative activity done by cluster administrators. Workloads should not use cluster roles; exceptions can be granted to allow this, however this is discouraged.
99

10-
See link:https://docs.openshift.com/container-platform/4.7/authentication/using-rbac.html[Using RBAC to define and apply permissions] for more information.
10+
See link:https://docs.openshift.com/container-platform/latest/authentication/using-rbac.html[Using RBAC to define and apply permissions] for more information.
1111

1212
.Workload requirement
1313
[IMPORTANT]

0 commit comments

Comments
 (0)