b2f8bb99d3
The previous schema meant that if any other plugin introduced something under backend.auth, the keys property would be mandatory, which isn't correct. This commit relaxes the requirement so that backend.auth.keys is always optional, even if backend.auth is configured. Signed-off-by: Mike Lewis <mtlewis@users.noreply.github.com>
291 B
291 B
@backstage/backend-common
| @backstage/backend-common |
|---|
| patch |
Make backend.auth.keys optional in config schema. Previously backend.auth was optional but keys was not, which meant that if another plugin introduced additional properties under backend.auth, it would implicitly make backend.auth.keys mandatory.