aboutsummaryrefslogtreecommitdiffstats
path: root/keystone-moon/releasenotes/notes/implied-roles-026f401adc0f7fb6.yaml
diff options
context:
space:
mode:
authorRHE <rebirthmonkey@gmail.com>2017-11-24 13:54:26 +0100
committerRHE <rebirthmonkey@gmail.com>2017-11-24 13:54:26 +0100
commit920a49cfa055733d575282973e23558c33087a4a (patch)
treed371dab34efa5028600dad2e7ca58063626e7ba4 /keystone-moon/releasenotes/notes/implied-roles-026f401adc0f7fb6.yaml
parentef3eefca70d8abb4a00dafb9419ad32738e934b2 (diff)
remove keystone-moon
Change-Id: I80d7c9b669f19d5f6607e162de8e0e55c2f80fdd Signed-off-by: RHE <rebirthmonkey@gmail.com>
Diffstat (limited to 'keystone-moon/releasenotes/notes/implied-roles-026f401adc0f7fb6.yaml')
-rw-r--r--keystone-moon/releasenotes/notes/implied-roles-026f401adc0f7fb6.yaml12
1 files changed, 0 insertions, 12 deletions
diff --git a/keystone-moon/releasenotes/notes/implied-roles-026f401adc0f7fb6.yaml b/keystone-moon/releasenotes/notes/implied-roles-026f401adc0f7fb6.yaml
deleted file mode 100644
index 065fd541..00000000
--- a/keystone-moon/releasenotes/notes/implied-roles-026f401adc0f7fb6.yaml
+++ /dev/null
@@ -1,12 +0,0 @@
----
-features:
- - >
- [`blueprint implied-roles <https://blueprints.launchpad.net/keystone/+spec/implied-roles>`_]
- Keystone now supports creating implied roles. Role inference rules can now
- be added to indicate when the assignment of one role implies the assignment
- of another. The rules are of the form `prior_role` implies
- `implied_role`. At token generation time, user/group assignments of roles
- that have implied roles will be expanded to also include such roles in the
- token. The expansion of implied roles is controlled by the
- `prohibited_implied_role` option in the `[assignment]`
- section of `keystone.conf`.