Skip to content

rsoaresd/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.22.x (1.22.12 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

About

CodeReady Toolchain

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 98.3%
  • Makefile 1.1%
  • Shell 0.6%