keystone/releasenotes/notes/bug-1757151-43eb3baaa175f904.yaml
Lance Bragstad a383867cdb Add scope documentation for service developers
We have a document that attempts to help describe keystone concepts
to other OpenStack developers. Now that we've added system scope to
keystone, it makes sense to refresh this document and make it more
helpful for services.

This should help services consume various scopes to protect APIs at
various levels (project, domain, system, et cetera).

Change-Id: I1a92ed0b6bbba44d1050a857c3609d918bb25b86
Closes-Bug: 1757151
2018-11-19 22:20:55 +00:00

8 lines
320 B
YAML

---
fixes:
- |
[`bug 1757151 <https://bugs.launchpad.net/keystone/+bug/1757151>`_]
More thorough documentation has been added for authorization and token
scopes, which helps users and developers understand the purpose of scope
and why it can be a useful tool for resource isolation and API protection.