Configure the CommunishiftAuthorization Operator

Installation

There is a Makefile bundled with the code [1] of this operator.

To install the operator:

  • From a terminal, be logged into the Communishift cluster with cluster-admin privileges.

  • Create a project communishift-authorization-operator

  • Run make deploy

To activate the operator we need to create a CommunishiftAuthorization custom resource. An example of one exists in CommunishiftAuthorization/config/samples/_v1alpha1_communishiftauthorization.yaml

Create it with the following:

oc apply -f CommunishiftAuthorization/config/samples/_v1alpha1_communishiftauthorization.yaml

Configuration

  • No other configuration is required for this operator.