...
env var | default value | description |
---|---|---|
ENABLE_OAUTH | false | enable oauth for login (oauth providers have to be configured in etc/oauth-provider.config.json in sdnc container |
ENABLE_POLICYODLUX_RBAC | false | enable policy restricted role based access control information for configurationApp |
OAUTH_TOKEN_SECRET | secret | key to sign the token |
OAUTH_TOKEN_ISSUER | ONAP SDNC | |
OAUTH_SUPPORT_ODLUSERS | true | login interface enabled for internal odl configured users |
OAUTH_ODLUX_REDIRECT_URI | /odlux/index.html#/oauth?token= | OAuth redirect will be responded |
OAUTH_HOST_URL | null => autodetected | important for reverse proxy use case |
...