X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=dashboard%2Fwebapp-backend%2Fsrc%2Fmain%2Fresources%2Fapplication.properties;h=cfb1f8cd9ff2f07c8fcde94142c865603b98d60a;hb=f2c4406acbb8c7ff00535acb1d4bccf067295976;hp=585e795f9188fb47258f2243210b19104e7226e8;hpb=1eec0d44e5961b7ff17bf9169005e1de08fc2a74;p=nonrtric.git diff --git a/dashboard/webapp-backend/src/main/resources/application.properties b/dashboard/webapp-backend/src/main/resources/application.properties index 585e795f..cfb1f8cd 100644 --- a/dashboard/webapp-backend/src/main/resources/application.properties +++ b/dashboard/webapp-backend/src/main/resources/application.properties @@ -30,7 +30,7 @@ server.port = 8080 userfile = users.json # boolean flag whether to enforce Portal user and roles on requests -portalapi.security = true +portalapi.security = false # class that decrypts ciphertext from Portal portalapi.decryptor = org.oransc.ric.portal.dashboard.portalapi.PortalSdkDecryptorAes # name of request cookie with user ID @@ -42,9 +42,10 @@ portalapi.username = portalapi.password = # endpoint URLs must be supplied at deployment time -# A1 Controller -a1controller.url.prefix = http://localhost:8282 -a1controller.url.suffix = /restconf/operations +# NOTE: change policycontroller.url.prefix to http://localhost:8081 when running +# dashboard locally (i.e., not inside the docker container) +policycontroller.url.prefix = http://policy-agent-container:8081 + # Kubernetes API via https://github.com/nokia/caas-ingress # Set insecure=true to disable SSL certificate and hostname checking