Add configuration option for Portal security
[portal/ric-dashboard.git] / webapp-backend / src / main / resources / application.properties
index 4c33d34..45eb669 100644 (file)
@@ -28,6 +28,8 @@ server.port = 8080
 # use a persistent volume in a K8S deployment
 userfile = users.json
 
+# boolean flag whether to enforce Portal user and roles on requests
+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