-
Notifications
You must be signed in to change notification settings - Fork 903
feat: Add browser-only connections to Enterprise #4135
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
Conversation
b251098
to
45f3325
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gonna write docs real quick
nvm missed it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Docs LGTM
45f3325
to
3cb2d1b
Compare
3cb2d1b
to
11dc13c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FE LGTM
711b061
to
c23a42c
Compare
c23a42c
to
d77cb80
Compare
Fixes #4131.
This adds a feature to disable all non-browser connections to Coder. When attempting to SSH, speed test, or port-forward, the following message is printed: "Non-browser connections are disabled for your deployment."
I still have to hide the SSH button in the UI if this is disabled.