Hey folks, I was wondering if anyone else experien...
# cluster-api
c
Hey folks, I was wondering if anyone else experienced this same rancher bug on version
2.10.1
. It seems that if I navigate to
.../v3/projectroletemplatebindings
and click on a hyperlink to a principal (i.e.
groupPrincipalId": "github_<team://XXXXXXX>"
) I get a broken URL path
.../v3/principals/github_team%253A/XXXXXXX
that returns a 500 error. But if I go to
.../v3/principals/github_team:%2F%2FXXXXXX
I get the correct information. Any ideas? Im seeing an error in the Rancherv2 terraform module for the
rancher2_project_role_template_binding
resource and I think it is related.