aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpkaras <piotr.karas@nokia.com>2019-04-16 12:02:37 +0200
committerpkaras <piotr.karas@nokia.com>2019-04-16 12:02:37 +0200
commita433b642cff989aabc4c3f918daaa90377a92453 (patch)
tree5153e384ecebc91e9fa6697eb3c3bd60429fbf10
parent920ddde631bf110d129d480c81d2ca2347fcb669 (diff)
AllowAll api policy added
Change-Id: Idf191809302c723b0e18e1c4f9b3c1c712b16919 Issue-ID: DMAAP-1166 Signed-off-by: piotr.karas <piotr.karas@nokia.com>
-rwxr-xr-xdmaap-bc/misc/dmaapbc.properties.tmpl4
-rw-r--r--dmaap-bc/pom.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/dmaap-bc/misc/dmaapbc.properties.tmpl b/dmaap-bc/misc/dmaapbc.properties.tmpl
index c266091..505beec 100755
--- a/dmaap-bc/misc/dmaapbc.properties.tmpl
+++ b/dmaap-bc/misc/dmaapbc.properties.tmpl
@@ -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.
-#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
-#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
diff --git a/dmaap-bc/pom.xml b/dmaap-bc/pom.xml
index cf73b79..849f790 100644
--- a/dmaap-bc/pom.xml
+++ b/dmaap-bc/pom.xml
@@ -431,7 +431,7 @@
<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>