This Backstage instance is a companion app for the blog post Kratix, Backstage, and OIDC posted on Kratix.io.
To run this app locally, you will need to:
- Authenticate with the SKE NPM registry
- Check the guide in Configuring the Plugins in the SKE docs.
- Export the
KEYCLOAK_URL
environment variable with the URL of your Keycloak instance- It should look like this:
https://lemur-10.cloud-iam.com/auth/realms/myrealm/
- It should look like this:
- Export the
PLATFORM_URL
environment variable with the URL of your Platform cluster- Run
kubectl --context kind-platofrm cluster-info
to get the URL
- Run
Once you have the above environment variables set, you can run the app locally with:
yarn install
yarn dev