X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=etc%2Fdmaapbc.properties;h=fa7f2cd4197563e6a4a4f77fe6db193f74362ecc;hb=411cb435b5878b2663bfa9b6d2495c707353cd63;hp=b0dc7de9518cd4956c7cbbb3f8e704a3f0cd2f20;hpb=4444a934c6ad97d0222abc351af4c392d42f654e;p=dmaap%2Fdbcapi.git diff --git a/etc/dmaapbc.properties b/etc/dmaapbc.properties index b0dc7de..fa7f2cd 100644 --- a/etc/dmaapbc.properties +++ b/etc/dmaapbc.properties @@ -174,12 +174,12 @@ CredentialCodecKeyfile: etc/LocalKey # # This overrides the Class used for API Permission check. # This allows for a plugin policy check, if needed -#ApiPermission.Class: com.company.policy.DecisionPolicy +ApiPermission.Class: org.onap.dmaap.dbcapi.authentication.AllowAll # # URL of AAF environment to use. # -aaf.URL: https://localhost:8095/proxy/ +aaf.URL: https://localhost:8100/proxy # # TopicMgr mechid@namespace # @@ -201,18 +201,6 @@ aaf.AdminPassword: pwdNotSet ################# ################# # PolicyEngine Properties -# -# Flag to turn on/off Authentication -UsePE: false -# -# Argument to decisionAttributes.put("AAF_ENVIRONMENT", X); -# where X is: TEST= UAT, PROD = PROD, DEVL = TEST -# -PeAafEnvironment: DEVL -PeAafUrl.DEVL: https://localhost:8095/proxy/ -PeAafUrl.TEST: https://aafist..onap.org:8095/proxy/ -PeAafUrl.PROD: https://aafprod.onap.org:8095/proxy/ - # # Name of PolicyEngineApi properties file PolicyEngineProperties: config/PolicyEngineApi.properties