Fix global role binding name to be RFC 1123 compliant #3

Merged
benvin merged 1 commits from benvin/rancher-grb-name into main 2026-07-18 22:59:02 +10:00

1 Commits

Author SHA1 Message Date
unkinben f2f41fc1c0 Fix global role binding name to be RFC 1123 compliant
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/plan Pipeline was successful
rancher2_global_role_binding.name must be a lowercase RFC 1123 label, but the
akP-* group keys are mixed-case, so apply failed with InvalidFormat 422.
Lowercase the name; keep the group principal id in original case to match the
Authentik group.
2026-07-18 22:55:38 +10:00