zuul/releasenotes/notes/access-rules-096ecf9ae747188e.yaml
James E. Blair c22f2c98e0 Add access-rules configuration and documentation
This allows configuration of read-only access rules, and corresponding
documentation.  It wraps every API method in an auth check (other than
info endpoints).

It exposes information in the info endpoints that the web UI can use
to decide whether it should send authentication information for all
requests.  A later change will update the web UI to use that.

Change-Id: I3985c3d0b9f831fd004b2bb010ab621c00486e05
2022-10-25 20:22:33 -07:00

8 lines
210 B
YAML

---
features:
- |
Read-level access to tenants or the tenant list may now be
restricted to authorized users using the
:attr:`tenant.access-rules` and :attr:`api-root.access-rules`
attributes.