You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by sv...@apache.org on 2017/02/14 17:05:28 UTC

[04/12] brooklyn-dist git commit: obfuscate credential in output

obfuscate credential in output


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/commit/69713b2b
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/tree/69713b2b
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/diff/69713b2b

Branch: refs/heads/master
Commit: 69713b2b653ff59ea086393a6214df531f722dde
Parents: 2f797c5
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Wed Nov 2 13:43:54 2016 +0000
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Wed Nov 2 13:43:54 2016 +0000

----------------------------------------------------------------------
 docker/brooklyn-docker-start | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/69713b2b/docker/brooklyn-docker-start
----------------------------------------------------------------------
diff --git a/docker/brooklyn-docker-start b/docker/brooklyn-docker-start
index 37e046f..23e193d 100755
--- a/docker/brooklyn-docker-start
+++ b/docker/brooklyn-docker-start
@@ -172,7 +172,7 @@ location:
     identity: ${creds/:*/}
     credential: ${creds/*:/}
 EOF
-  cat initial.yaml
+  cat initial.yaml | sed 's/\(.*credential:\).*/\1 <suppressed>/'
   ARGS+=(--app file://`pwd -P`/initial.yaml)
 fi