Loading doc/deployment.md +3 −3 Original line number Original line Diff line number Diff line Loading @@ -467,7 +467,7 @@ After editing it should look like the example bellow: "requireHttps": false, "requireHttps": false, "useHttpBasicAuth": true, "useHttpBasicAuth": true, clearHashAfterLogin": false, "clearHashAfterLogin": false, "showDebugInformation": true "showDebugInformation": true } } Loading Loading @@ -503,13 +503,13 @@ appConfig.factory('APIEndPointService', function() { STATUS: "ROOTURL/status/", STATUS: "ROOTURL/status/", APIURL: "http://localost:13000", APIURL: "http://localost:13000", WEBURL: "ROOTURL/nfvportal", WEBURL: "ROOTURL/nfvportal", APIOAUTHURL: "ROOTURL/auth/realms/openslice", APIOAUTHURL: "http://keycloak:8080/auth/realms/openslice", APITMFURL: "ROOTURL/tmf-api/serviceCatalogManagement/v4" APITMFURL: "ROOTURL/tmf-api/serviceCatalogManagement/v4" }; }; }); }); ``` ``` > Note the difference in "APIOAUTHURL" property > Note the difference in "APIOAUTHURL" property, changing ROOTURL -> http://keycloak:8080 ### NFV Orchestrator Configuration ### NFV Orchestrator Configuration Loading Loading
doc/deployment.md +3 −3 Original line number Original line Diff line number Diff line Loading @@ -467,7 +467,7 @@ After editing it should look like the example bellow: "requireHttps": false, "requireHttps": false, "useHttpBasicAuth": true, "useHttpBasicAuth": true, clearHashAfterLogin": false, "clearHashAfterLogin": false, "showDebugInformation": true "showDebugInformation": true } } Loading Loading @@ -503,13 +503,13 @@ appConfig.factory('APIEndPointService', function() { STATUS: "ROOTURL/status/", STATUS: "ROOTURL/status/", APIURL: "http://localost:13000", APIURL: "http://localost:13000", WEBURL: "ROOTURL/nfvportal", WEBURL: "ROOTURL/nfvportal", APIOAUTHURL: "ROOTURL/auth/realms/openslice", APIOAUTHURL: "http://keycloak:8080/auth/realms/openslice", APITMFURL: "ROOTURL/tmf-api/serviceCatalogManagement/v4" APITMFURL: "ROOTURL/tmf-api/serviceCatalogManagement/v4" }; }; }); }); ``` ``` > Note the difference in "APIOAUTHURL" property > Note the difference in "APIOAUTHURL" property, changing ROOTURL -> http://keycloak:8080 ### NFV Orchestrator Configuration ### NFV Orchestrator Configuration Loading