Skip to content
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.

Commit

Permalink
Add documentation for auth enviorment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacov committed Aug 25, 2022
1 parent 307c04b commit 7f3c09c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ Create a meta.dev.json file in the config directory using [`config/meta.dev.exam
(unnecessary if you use `npm run [start:dev|build]:[mock|remote]` scripts)
- `META_FILE` path (for running in prod mode with `npm run start`)
- `BRAND_TYPE` - either `Konveyor` (default) or `RedHat`
- `AUTH_REQUIRED` - either `true` (default) or `false`, when false logging in using OAuth is disabled, can be used when running on k8s server that does not support OAuth loggin
- `K8S_AUTH_BEARER_TOKEN` - string, can be used together with `AUTH_REQUIRED=false` to specify the k8s api server authentication bearer token

Run the UI with webpack-dev-server at [localhost:9000](http://localhost:9000):

Expand Down

0 comments on commit 7f3c09c

Please sign in to comment.