aboutsummaryrefslogtreecommitdiffstats
path: root/dmaap-bc/misc/dmaapbc.properties.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'dmaap-bc/misc/dmaapbc.properties.tmpl')
-rwxr-xr-xdmaap-bc/misc/dmaapbc.properties.tmpl4
1 files changed, 2 insertions, 2 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