Skip to content

An example backstage with all the bits for Keycloak authentication.

Notifications You must be signed in to change notification settings

syntasso/blog-backstage-oidc

Repository files navigation

Backstage with Keycloak and SKE

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
  • 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/
  • Export the PLATFORM_URL environment variable with the URL of your Platform cluster
    • Run kubectl --context kind-platofrm cluster-info to get the URL

Once you have the above environment variables set, you can run the app locally with:

yarn install
yarn dev

About

An example backstage with all the bits for Keycloak authentication.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published