keystoneauth/releasenotes/notes/bp-system-scope-29e9c597039ddb1e.yaml
Lance Bragstad f9ab615eb1 Implement system scope
This commit introduces the necessary bits in order to get system
scoped tokens from a keystone server.

bp system-scope

Change-Id: I538f2a6cd2b4113910dfdac250c14f17f80051f6
2018-01-17 15:50:11 +00:00

9 lines
416 B
YAML

---
features:
- |
[`blueprint system-scope <https://blueprints.launchpad.net/keystone/+spec/system-scope>`_]
Keystoneauth now has the ability to authenticate for system-scoped tokens,
which were implemented during the Queens development cycle. System-scoped
tokens will eventually be required to separate system-level APIs from
project-level APIs, allowing for better security via scoped RBAC.