You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm wondering if we can support use of GitHub username(s) as values under the github.allowedOrganizations field in Brigade's Helm chart -- and Brigade would limit authentication to users with those usernames only.
I'd actually done this successfully a few months back, but it appears to no longer work. (Now attempts lead to: Could not authenticate the request: User is not a member of any allowed GitHub organizations)
Admittedly, it was already kind of a 'hack'/unintended feature. If we do want to enable such functionality, I would understand adding in the form of a new field, say, allowedUsers.
The text was updated successfully, but these errors were encountered:
Labeling this as an enhancement (as opposed to a bug) because, as you've noted, the fact that this ever worked the way it once did was a quirk and wasn't by design.
I'm wondering if we can support use of GitHub username(s) as values under the github.allowedOrganizations field in Brigade's Helm chart -- and Brigade would limit authentication to users with those usernames only.
I'd actually done this successfully a few months back, but it appears to no longer work. (Now attempts lead to:
Could not authenticate the request: User is not a member of any allowed GitHub organizations
)Admittedly, it was already kind of a 'hack'/unintended feature. If we do want to enable such functionality, I would understand adding in the form of a new field, say,
allowedUsers
.The text was updated successfully, but these errors were encountered: