summaryrefslogtreecommitdiff
path: root/releasenotes/notes/scoping_REST_API-2-866574c4d73c577b.yaml
diff options
context:
space:
mode:
authorJames E. Blair <jeblair@redhat.com>2020-12-01 14:31:32 -0800
committerJames E. Blair <jeblair@redhat.com>2020-12-01 15:24:12 -0800
commit7444fbd8c384996602ea6a854dba4cb942133bc7 (patch)
tree4e721582f4f94ade81dd0ffdab4cfa00676fbf4b /releasenotes/notes/scoping_REST_API-2-866574c4d73c577b.yaml
parent7b6473b4ca4ef021ccc6b9f2800de41e6f7dea21 (diff)
downloadzuul-7444fbd8c384996602ea6a854dba4cb942133bc7.tar.gz
Re-add pending release notes
Now that 3.19.1 has been merged, re-add these notes (with modified ids) so they will appear in the next release. Change-Id: If2906763c51f1c829b1bbc1c5672b5e3f3746c6f
Diffstat (limited to 'releasenotes/notes/scoping_REST_API-2-866574c4d73c577b.yaml')
-rw-r--r--releasenotes/notes/scoping_REST_API-2-866574c4d73c577b.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/releasenotes/notes/scoping_REST_API-2-866574c4d73c577b.yaml b/releasenotes/notes/scoping_REST_API-2-866574c4d73c577b.yaml
new file mode 100644
index 000000000..f2f3ca595
--- /dev/null
+++ b/releasenotes/notes/scoping_REST_API-2-866574c4d73c577b.yaml
@@ -0,0 +1,11 @@
+---
+features:
+ - |
+ REST API: authorizations: add a tenant-scoped endpoint at
+ '/api/tenant/{tenant}/authorizations'. Calling the endpoint will return
+ a list of admin tenants limited to the scoped tenant, if the user has admin
+ privileges on it.
+deprecations:
+ - |
+ REST API: authorizations: the /api/user/authorizations endpoint is deprecated
+ in favor of the tenant-scoped endpoint. It will be removed next release.