conjurdemos / cloudfoundry-conjur-demo

Demo for Conjur CloudFoundry integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Script that privileges org and space no longer fails silently

jtuttle opened this issue · comments

If the pcf-with-installed-tile/bin/4-privilege-org-space script fails during policy load, it will fail silently. The demo will continue to completion and the demo app will be unable to retrieve secrets because the org and space layers have never been privileged to read secrets. The errors are masked by the -d flag on the docker run command. We may just be able to remove it.

Fixed by #41, specifically cd79182