X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=Dockerfile.local;h=81ba1cb341c272d9213fc8f0f15a8c2566180c5d;hp=a6658a8cd53504ae062d77300b644609560b36a8;hb=670b0c6843d7201631b4dc770e4062a952c5cc05;hpb=4836bacc5a3ef89cff93fd47240496baeb3c66ca;ds=sidebyside diff --git a/Dockerfile.local b/Dockerfile.local index a6658a8..81ba1cb 100644 --- a/Dockerfile.local +++ b/Dockerfile.local @@ -84,6 +84,11 @@ ENV OSMNBI_AUTHENTICATION_BACKEND internal #ENV OSMNBI_AUTHENTICATION_BACKEND keystone #ENV OSMNBI_AUTHENTICATION_AUTH_URL keystone #ENV OSMNBI_AUTHENTICATION_AUTH_PORT 5000 + +# DOMAIN_NAME can be a single value or a comma separated list of values. The first value is for internal domain +# meanwhile the rest ones are external identity services as e.g. LDAP +# for the case of USER_DOMAIN_NAME each item can be suffixed with ":ro" (read only). In this case NBI will reject any +# operationi of create/update/delete users in this domain. Do not suffix PROJECT_DOMAIN_NAME #ENV OSMNBI_AUTHENTICATION_USER_DOMAIN_NAME default #ENV OSMNBI_AUTHENTICATION_PROJECT_DOMAIN_NAME default #ENV OSMNBI_AUTHENTICATION_SERVICE_USERNAME nbi