Are Builder secrets exposed as environment variables to a `plan.sh` being executed in Builder?

We need to set up some notifications/alerts that would be triggered by a completed pkg build, but we (naturally) don’t want to publish keys/secrets/etc. for the receiving services in our package definitions.

Yes, you can add secrets to builder with hab origin secret upload KEY value and they will get exposed to your plan at build time.

1 Like

I think @cnunciato is working on docs for this.

Yes! I’m hoping to get to these today, actually. Will post back here with an update.