role map field with validation

This commit is contained in:
Josh Hawkins
2026-02-27 09:40:21 -06:00
parent c5fcf6aa1f
commit 5462dcb72d
7 changed files with 263 additions and 0 deletions
@@ -17,5 +17,6 @@
"additionalProperties": "Unknown property is not allowed",
"oneOf": "Must match exactly one of the allowed schemas",
"anyOf": "Must match at least one of the allowed schemas",
"proxy.header_map.roleHeaderRequired": "Role header is required when role mappings are configured.",
"ffmpeg.inputs.rolesUnique": "Each role can only be assigned to one input stream."
}
@@ -1218,6 +1218,13 @@
"timezone": {
"defaultOption": "Use browser timezone"
},
"roleMap": {
"empty": "No role mappings",
"roleLabel": "Role",
"groupsLabel": "Groups",
"addMapping": "Add role mapping",
"remove": "Remove"
},
"ffmpegArgs": {
"preset": "Preset",
"manual": "Manual arguments",