This is an automated email from the ASF dual-hosted git repository.
heneveld pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-dist.git
The following commit(s) were added to refs/heads/master by this push:
new 1235a88 add example config for configuring sensitive-named field
scheme and blocking plaintext values
1235a88 is described below
commit 1235a881ce4930f8533f34e2c3b848081c26d301
Author: Alex Heneveld <[email protected]>
AuthorDate: Tue Sep 14 23:29:15 2021 +0100
add example config for configuring sensitive-named field scheme and
blocking plaintext values
---
karaf/features/src/main/resources/resources/etc/brooklyn.cfg | 3 +++
1 file changed, 3 insertions(+)
diff --git a/karaf/features/src/main/resources/resources/etc/brooklyn.cfg
b/karaf/features/src/main/resources/resources/etc/brooklyn.cfg
index 7310c07..7819ef8 100644
--- a/karaf/features/src/main/resources/resources/etc/brooklyn.cfg
+++ b/karaf/features/src/main/resources/resources/etc/brooklyn.cfg
@@ -34,6 +34,9 @@ brooklyn.webconsole.security.provider =
org.apache.brooklyn.rest.security.provid
# Refer to the documentation for other auth settings, including LDAP, and
other settings
+#brooklyn.security.sensitive.fields.tokens=[password,passwd,credential,secret,private,access.cert,access.key]
+#brooklyn.security.sensitive.fields.plaintext.blocked=false
+
# Default initializers to automatically add to any application deployed with
Brooklyn
# This expect a comma separated list of initializer class names
brooklyn.deployment.initializers=org.apache.brooklyn.core.effector.AddDeploySensorsInitializer