Skip to content

codeready-toolchain/toolchain-common

Repository files navigation

CodeReady Toolchain

Go Report Card GoDoc Codecov.io

This repo is for controllers, libs, scripts, make files, etc to be shared between host and member operators.

Build

Requires Go version 1.20.x (1.20.11 or higher) - download for your development environment here.

This repository uses Go modules.

Configuring developers.redhat.com Authentication in OpenShift 4 Cluster

Create a secret with Identity Provider credentials:

$ oc apply -f deploy/idp_secret.yaml

Create an Identity Provider:

$ oc apply -f deploy/idp.yaml

Creating User

Create a user, identity and user identity mapping:

$ oc apply -f deploy/user.yaml