Integration [main]: implement redact to avoid leaking secrets from env
[#186767925]
IF the app is pushed with a manifest
AND the app needs secrets set via environment variables
THEN currently there is no way to avoid leaking secrets in the output of
cf push commands.
technically this could be avoided by not using a manifest and running:
``cf push --no-start
cf set-env ...
cf set-env ...
cf set-env ...
...
but that escalates quickly if the APP contains many secret things in it's
env requirements....
#755
The logs for this run have expired and are no longer available.
Loading