File: query_hook_rbac_actions-14e1e79f71d3cc22.yaml

package info (click to toggle)
python-neutron-lib 3.18.2-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 7,652 kB
  • sloc: python: 22,800; sh: 145; makefile: 24
file content (8 lines) | stat: -rw-r--r-- 350 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
---
features:
  - |
    A new field is added to the model query hooks: "rbac_actions". This field
    can modify the RBAC entries filter, setting the required RBAC actions for
    this specific model. This field is implemented initially for the "network"
    and the "subnet" model, that require an additional RBAC action
    ("access_as_external").