Actions: cloudfoundry/cli
Actions
Showing runs from all workflows
907 workflow run results
907 workflow run results
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....
Tests: Integration
#756:
completed
by
nouseforaname
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....
Tests: Integration
#755:
completed
by
nouseforaname