janus-idp / demo-setup

Apache License 2.0
9 stars 23 forks source link

Generic operator chart and RHSSO cluster auth chart #14

Closed sabre1041 closed 1 year ago

sabre1041 commented 1 year ago

Generic operator chart and RHSSO cluster auth chart

Deployment requires the follow steps be completed

  1. Install Patch Operator
helm upgrade -i patch-operator -n patch-operator --create-namespace  -f values-patch-operator.yaml charts/operator/
  1. Install RHSSO operator
helm upgrade -i patch-operator -n rhsso --create-namespace  -f values-rhsso-operator.yaml charts/operator/
  1. Deploy RHSSO Cluster Auth passing in the clientid and clientsecret of the GitHub OAuth Application
helm upgrade -i rhsso-cluster-auth  -n rhsso --set keycloak.realm.identityProvider.clientId=<GITHUB_OAUTH_CLIENTID> --set keycloak.realm.identityProvider.clientSecret=<GITHUB_OAUTH_CLIENTSECRET> charts/rhsso-cluster-auth/

Tasks for this PR