-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
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
Implement an ability to specify authenticated userIDs #168
Comments
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
/remove-lifecycle rotten |
Hi, You might still be able to use the |
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
Rotten issues close after 30d of inactivity. Reopen the issue by commenting /close |
@openshift-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Hello, I'm from Eclipse Che team and we're trying to use OpenShift OAuth proxy for our needs.
In our scenario we need OpenShift OAuth Proxy to pass-user-bearer-token and this an ability exists 🎉
But we also need to restrict OpenShift OAuth Proxy to allow only one specific user.
I wonder if there are any thoughts against implementing an ability to specify authentication userIDs in the same way OpenShift OAuth proxy provides with
-authenticated-emails-file
.Like
-authenticated-ids-file
or even-authenticated-ids
.The text was updated successfully, but these errors were encountered: