We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suppose that I have a Gitlab group /group/mygroup And the RoleBinding definition for a namespace ns1
subject: subjectType: GROUP subjectName: /group/myGroup
User gets Access control entry failed because accessing forbidden namespace "ns1" (403).
Access control entry failed because accessing forbidden namespace "ns1" (403).
After updating the subjectName to /group/mygroup, you can access his namespace
/group/mygroup
Ignore case during the authorization check
N/A
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
Suppose that I have a Gitlab group /group/mygroup
And the RoleBinding definition for a namespace ns1
User gets
Access control entry failed because accessing forbidden namespace "ns1" (403).
After updating the subjectName to
/group/mygroup
, you can access his namespaceSuggestion
Ignore case during the authorization check
Alternatives Considered
N/A
Additional Context
The text was updated successfully, but these errors were encountered: