Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

Latest commit

 

History

History
21 lines (11 loc) · 861 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 861 Bytes

Node.js CI Coverage Status

nodejs-rest-http-secured

Quickstart to expose a REST Greeting endpoint using Node.js& Secured by Red Hat SSO

SSO Server Setup

This example requires a Red Hat SSO Server to be running. You can create one easily by using the service.sso.yaml file by running:

oc create -f service.sso.yaml

deploying the Example Application

You will need to know the Auth URL from the SSO server that was deployed in the previous step.

To deploy the example, run:

npm run openshift -- -d SSO_AUTH_SERVER_URL=<auth url from sso server>