zuul/releasenotes/notes/disallowed-labels-451a38dfd5b1bbae.yaml
James E. Blair 61e5c3a0f9 Add disallowed-labels tenant option
To allow a tenant to use any labels *except* some pattern, add the
disallowed-labels tenant option.  Both this and the allowed-labels
option use re2, and therefore lookahead assertions are not supported.
A complimentary option to allowed-labels is the only way to support
this use case.

Change-Id: Ic722b1d2b0b609ec7de583dab159094159f00630
2020-02-05 07:36:47 -08:00

7 lines
188 B
YAML

---
features:
- |
A new tenant option :attr:`tenant.disallowed-labels`
(similar to :attr:`tenant.allowed-labels`)
can be used to restrict what labels a tenant has access to.