AllowAll api policy added 35/85435/1
authorpkaras <piotr.karas@nokia.com>
Tue, 16 Apr 2019 10:02:37 +0000 (12:02 +0200)
committerpkaras <piotr.karas@nokia.com>
Tue, 16 Apr 2019 10:02:37 +0000 (12:02 +0200)
Change-Id: Idf191809302c723b0e18e1c4f9b3c1c712b16919
Issue-ID: DMAAP-1166
Signed-off-by: piotr.karas <piotr.karas@nokia.com>
dmaap-bc/misc/dmaapbc.properties.tmpl
dmaap-bc/pom.xml

index c266091..505beec 100755 (executable)
@@ -180,12 +180,12 @@ CredentialCodecKeyfile:   ${DMAAPBC_CODEC_KEYFILE:-etc/LocalKey}
 # This overrides the Class used for Decryption.
 # This allows for a plugin encryption/decryption method if needed.
 # Call this Class for decryption at runtime.
 # This overrides the Class used for Decryption.
 # This allows for a plugin encryption/decryption method if needed.
 # Call this Class for decryption at runtime.
-#AafDecryption.Class: com.company.proprietaryDecryptor 
+#AafDecryption.Class: com.company.proprietaryDecryptor
 
 #
 # This overrides the Class used for API Permission check.
 # This allows for a plugin policy check, if needed
 
 #
 # 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
 
 # Namespace for URI values for API used to create AAF permissions
 # e.g. if ApiNamespace is X.Y..dmaapBC.api then for URI /topics we create an AAF perm X.Y..dmaapBC.api.topics
 
 # Namespace for URI values for API used to create AAF permissions
 # e.g. if ApiNamespace is X.Y..dmaapBC.api then for URI /topics we create an AAF perm X.Y..dmaapBC.api.topics
index cf73b79..849f790 100644 (file)
     <dependency>
       <groupId>org.onap.dmaap.dbcapi</groupId>
       <artifactId>dbcapi</artifactId>
     <dependency>
       <groupId>org.onap.dmaap.dbcapi</groupId>
       <artifactId>dbcapi</artifactId>
-      <version>1.0.24-SNAPSHOT</version>
+      <version>1.0.26-SNAPSHOT</version>
     </dependency>
   </dependencies>
   <reporting>
     </dependency>
   </dependencies>
   <reporting>