mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
19 lines
498 B
Plaintext
19 lines
498 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * operators/operator-reference.adoc
|
|
|
|
[id="cluster-authentication-operator_{context}"]
|
|
= Cluster Authentication Operator
|
|
|
|
The Cluster Authentication Operator installs and maintains the `Authentication` custom resource in a cluster and can be viewed with:
|
|
|
|
[source,terminal]
|
|
----
|
|
$ oc get clusteroperator authentication -o yaml
|
|
----
|
|
|
|
|
|
== Project
|
|
|
|
link:https://github.com/openshift/cluster-authentication-operator[cluster-authentication-operator]
|