You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2021/10/04 11:21:48 UTC

[brooklyn-server] 12/14: Merge pull request #11 from cloudsoft/configurable-blacklist

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-server.git

commit 4af1d9842a066dd7d6abbb3a9f66f3ee0e9c8262
Merge: 155cb03 3d9b332
Author: Alex Heneveld <al...@cloudsoftcorp.com>
AuthorDate: Mon Oct 4 12:18:35 2021 +0100

    Merge pull request #11 from cloudsoft/configurable-blacklist
    
    Configurable exclude-list of tokens for DSL values of sensitive field

 .../brooklyn/camp/brooklyn/ConfigYamlTest.java     | 33 ++++++++++++++++++++++
 .../org/apache/brooklyn/core/config/Sanitizer.java | 26 +++++++++++++++++
 .../brooklyn/core/server/BrooklynServerConfig.java |  2 ++
 .../core/typereg/AbstractTypePlanTransformer.java  | 31 ++++++++++++++++----
 4 files changed, 87 insertions(+), 5 deletions(-)