-
-
Notifications
You must be signed in to change notification settings - Fork 67
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
WebSocket header authentication #249
Comments
jirenius
added a commit
that referenced
this issue
Jun 12, 2024
jirenius
added a commit
that referenced
this issue
Jun 12, 2024
jirenius
added a commit
that referenced
this issue
Jun 12, 2024
jirenius
added a commit
that referenced
this issue
Jun 12, 2024
…r-authentication Feature/gh 249 websocket header authentication
Resolved in PR #250 |
jirenius
added a commit
that referenced
this issue
Jun 30, 2024
Updated TestVersionMatchesTag test to use GITHUB_REF environment variable.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue
The
headerAuth
configuration (or--headauth
flag) is currently only used on HTTP calls, and ignored for WebSocket.It should be possible to configure resgate to also use the header authentication resource for new WebSocket connection.
Notes
To prevent breaking existing deployments of resgate, the feature should not be activated by default.
It should be added as a new setting:
-t, --wsheadauth <method>
The text was updated successfully, but these errors were encountered: