From cd79084f007f71c8ddd3fb27b23d721e1583a4db Mon Sep 17 00:00:00 2001 From: pkaras Date: Thu, 18 Apr 2019 10:21:40 +0200 Subject: Fix problem with post install job Change-Id: I18c255576983914ef7cc31638c9ae54d2db3739d Issue-ID: DMAAP-1172 Signed-off-by: piotr.karas --- .../dmaap/components/dmaap-bc/resources/config/dmaapbc.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kubernetes/dmaap/components/dmaap-bc/resources') diff --git a/kubernetes/dmaap/components/dmaap-bc/resources/config/dmaapbc.properties b/kubernetes/dmaap/components/dmaap-bc/resources/config/dmaapbc.properties index f9c4d9e446..dc9298de65 100644 --- a/kubernetes/dmaap/components/dmaap-bc/resources/config/dmaapbc.properties +++ b/kubernetes/dmaap/components/dmaap-bc/resources/config/dmaapbc.properties @@ -153,7 +153,7 @@ ApiNamespace: org.onap.dmaap-bc.api # If API authorization is required, then implement a class to enforce it. # This overrides the Class used for API permission check. -#ApiPermission.Class: com.company.policy.DecisionPolicy +ApiPermission.Class: org.onap.dmaap.dbcapi.authentication.AllowAll ##################################################### # -- cgit 1.2.3-korg