mirror of
https://github.com/Noooste/garage-ui.git
synced 2026-08-27 07:27:40 +00:00
fix(values.yaml): add comments for team-based access control configuration
This commit is contained in:
@@ -160,6 +160,14 @@ config:
|
|||||||
# Options: json, text
|
# Options: json, text
|
||||||
format: "json"
|
format: "json"
|
||||||
|
|
||||||
|
# Optional: team-based access control (see docs/access-control.md).
|
||||||
|
# Absent -> every authenticated user has full access.
|
||||||
|
# Present -> default-deny: OIDC users get only what their teams grant; users
|
||||||
|
# matching no team get 403 everywhere. admin_role users, admin
|
||||||
|
# password logins, and token logins are always full-admin.
|
||||||
|
# NOTE: this is UI-layer policy, NOT a security boundary. Anyone holding the
|
||||||
|
# Garage admin token or S3 keys bypasses it entirely.
|
||||||
|
#
|
||||||
# access_control:
|
# access_control:
|
||||||
# presets:
|
# presets:
|
||||||
# bucket_readonly: [bucket.list, bucket.read, object.list, object.read]
|
# bucket_readonly: [bucket.list, bucket.read, object.list, object.read]
|
||||||
|
|||||||
Reference in New Issue
Block a user