diff options
author | Borislav Glozman <Borislav.Glozman@amdocs.com> | 2019-04-24 10:20:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-24 10:20:04 +0000 |
commit | 8044dde43d60fc2736806d3598c12ea54d347b1e (patch) | |
tree | e7db3fa74a55080f535d1f9622791550749bff5a /kubernetes/dmaap/components/dmaap-bc/resources/config/dmaapbc.properties | |
parent | 79d031221e53407f484285af88a446b72bc6824f (diff) | |
parent | cd79084f007f71c8ddd3fb27b23d721e1583a4db (diff) |
Merge "Fix problem with post install job"
Diffstat (limited to 'kubernetes/dmaap/components/dmaap-bc/resources/config/dmaapbc.properties')
-rw-r--r-- | kubernetes/dmaap/components/dmaap-bc/resources/config/dmaapbc.properties | 2 |
1 files changed, 1 insertions, 1 deletions
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 ##################################################### # |