File: add-policy-in-code-c31a24ee045d8d21.yaml

package info (click to toggle)
manila 1%3A21.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 24,512 kB
  • sloc: python: 281,625; sh: 1,873; pascal: 1,336; makefile: 74
file content (13 lines) | stat: -rw-r--r-- 682 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
features:
  - Default Role Based Access Control (RBAC) policies for all the Manila
    APIs have moved into code from the auxiliary ``policy.json`` file.
upgrade:
  - Removed the default ``policy.json`` file.
  - Operators need not maintain the ``policy.json`` file if they were not
    overriding default manila policies.
  - If Operators need to override certain RBAC policies, they can do so by
    creating a JSON formatted file named ``policy.json`` and populate it
    with the necessary overrides. This file must be placed in the config
    directory. The default RBAC policies are documented in the configuration
    reference alongside other sample configuration files.