Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Drawio
bordertrue
diagramNameKubernetes Guilin
simpleViewerfalse
width
linksauto
tbstyletop
lboxtrue
diagramWidth1211
revision26

References:

...

sdnc-image

Overall page is here: https://wikilf-onap.onapatlassian.orgnet/wiki/display/DW/startODL.sh+-+Important+Environment+variables+and+their+description

env vardefault valuedescription
ENABLE_OAUTHfalse

enable oauth for login (oauth providers have to be configured in etc/oauth-provider.config.json in sdnc container

ENABLE_ODLUX_RBACfalseenable role based access control information for configurationApp
OAUTH_TOKEN_SECRETsecretkey to sign the token
OAUTH_TOKEN_ISSUERONAP SDNC
OAUTH_SUPPORT_ODLUSERStruelogin interface enabled for internal odl configured users
OAUTH_ODLUX_REDIRECT_URI/odlux/index.html#/oauth?token=OAuth redirect will be responded
OAUTH_HOST_URLnull => autodetectedimportant for reverse proxy use case
ODL_ADMIN_PASSWORDnoneODL admin user password. Mandatory parameter. If not specified, container terminates
ODL_ADMIN_USERNAME""->adminODL admin user name
ODL_REMOVEIDMDBtrue

if true the odl-sli default password setting are removed and new ODL_ADMIN_USERNAME/ODL_ADMIN_PASSWORD is configured.

If set to false, ODL_ADMIN_USERNAME needs to be "admin" and ODL_ADMIN_PASSWORD needs to be "Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U" (Unsecure, used internally for integration test)

...