File: add-implied-role-0cdafb131fbd7453.yaml

package info (click to toggle)
python-openstackclient 8.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,872 kB
  • sloc: python: 131,970; makefile: 140; sh: 22
file content (16 lines) | stat: -rw-r--r-- 887 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
features:
  - |
    Support for creating, deleting, and listing implied roles has been added.
    This allows users to create an inference rule between two roles. The
    first, called the prior role is the role explicitly assigned to an
    individual. The second, called the implied role, is one that the user
    is assgined implicitly.  Additionally, these rules can be chained, such
    that an implied role from the first inference rule can be the implied role
    in the second.  Thus one explicitly assigned role can lead to multiple
    implied roles.
    ``implied role create <role> --implied-role <implied-role>`` creates an
    association between prior and implied roles.
    ``implied role delete <role> --implied-role <implied-role>`` removes an
    association between prior and implied roles.
    ``implied role list`` Lists all implied roles that currently exist.