Add a mock oauth server for the devel stack in order to simulate the openshift sso offline_token
6 lines
225 B
Bash
6 lines
225 B
Bash
COMPOSE_PROJECT_NAME=image-builder
|
|
CERT_DIR=./state/x509
|
|
COMPOSER_CONFIG_DIR=./config/composer
|
|
WORKER_CONFIG_DIR=./config/worker
|
|
SPANDX_CONFIG=./config/spandx/local-frontend-and-api.js
|
|
COMPOSER_OFFLINE_TOKEN=someOfflineToken
|