zuul/releasenotes/notes/pass-to-parent-24d40e7ebcff6d9e.yaml
James E. Blair 91ed6652dc Add pass-to-parent option for secrets
This allows jobs to pass secrets to parent jobs.  That will allow
for jobs which are designed to be used with secrets with the actual
secrets supplied by child jobs.

Change-Id: I544aec77c86f4cb1c11bf6e14a7d93efea0421d6
2019-01-18 08:38:26 -08:00

9 lines
333 B
YAML

---
features:
- |
The :attr:`job.secrets.pass-to-parent` attribute has been added to
allow secrets to be made available to playbooks in parent jobs
(for example, to allow for jobs which are designed to use secrets,
but leave it to child jobs to actually supply them). See also the
:ref:`secret` documentation.