Giter VIP home page Giter VIP logo

sso-workshop's Introduction

Setting up the SSO Kubernetes Worskhop

The workshop is dependant on the Integreatly cluster from RHPDS. The instructions below can be executed on an Integreatly cluster using 3.11

```
oc new-project labs-infra
oc run apb --restart=Never --image="quay.io/sshaaf/sso-kubernetes-workshop-apb" \
           --image-pull-policy="Always" \
           -- provision -vvv \
           -e namespace="$(oc project -q)"  \
           -e openshift_token=$(oc whoami -t) \
           -e openshift_master_url=$(oc whoami --show-server)/console
```

to follow the logs ` oc logs apb -f `

for resource in sso73-image-stream.json \
  sso73-https.json \
  sso73-mysql.json \
  sso73-mysql-persistent.json \
  sso73-postgresql.json \
  sso73-postgresql-persistent.json \
  sso73-x509-https.json \
  sso73-x509-mysql-persistent.json \
  sso73-x509-postgresql-persistent.json
do
  oc replace -n openshift --force -f \
  https://raw.githubusercontent.com/jboss-container-images/redhat-sso-7-openshift-image/sso73-dev/templates/${resource}
done

Once deployed, you should see your Workshop guides and CodeReady installation in the labs-infra project. Anyone attending can also use their local machine, CodeReady is provided as an addition for those not having a developer environment.

sso-workshop's People

Contributors

sshaaf avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.