Fix problem with post install job 61/85661/2
authorpkaras <piotr.karas@nokia.com>
Thu, 18 Apr 2019 08:21:40 +0000 (10:21 +0200)
committerAlexis de Talhouët <adetalhouet89@gmail.com>
Fri, 19 Apr 2019 15:47:34 +0000 (15:47 +0000)
Change-Id: I18c255576983914ef7cc31638c9ae54d2db3739d
Issue-ID: DMAAP-1172
Signed-off-by: piotr.karas <piotr.karas@nokia.com>
kubernetes/dmaap/components/dmaap-bc/resources/config/dmaapbc.properties
kubernetes/dmaap/components/dmaap-bc/templates/post-install-job.yaml

index f9c4d9e..dc9298d 100644 (file)
@@ -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
 
 #####################################################
 #
index ee24cfb..d019874 100644 (file)
@@ -31,9 +31,9 @@ spec:
         - name: DELAY
           value: "0"
         - name: PROTO
-          value: "http"
+          value: "https"
         - name: PORT
-          value: "8080"
+          value: "8443"
         - name: REQUESTID
           value: "{{.Chart.Name}}-post-install"
         volumeMounts: