61e5c3a0f9
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
7 lines
188 B
YAML
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.
|