-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Adding SSHPortForwarding
to RoleOptions
proto
#49165
Conversation
0f0277f
to
52a3c3a
Compare
52a3c3a
to
68c65e0
Compare
68c65e0
to
a9f61a9
Compare
🤖 Vercel preview here: https://docs-a38lfwqrd-goteleport.vercel.app/docs/ver/preview |
🤖 Vercel preview here: https://docs-7zclicyhf-goteleport.vercel.app/docs/ver/preview |
🤖 Vercel preview here: https://docs-auvan7y8n-goteleport.vercel.app/docs/ver/preview |
🤖 Vercel preview here: https://docs-bp1o04fn1-goteleport.vercel.app/docs/ver/preview |
🤖 Vercel preview here: https://docs-3r0agi8kj-goteleport.vercel.app/docs/ver/preview |
🤖 Vercel preview here: https://docs-ldyoxe0lf-goteleport.vercel.app/docs |
9124e7f
to
4fc4a63
Compare
🤖 Vercel preview here: https://docs-m36rjw91c-goteleport.vercel.app/docs |
647e72b
to
e5214e7
Compare
🤖 Vercel preview here: https://docs-o9f2yj7in-goteleport.vercel.app/docs |
e5214e7
to
fd68214
Compare
🤖 Vercel preview here: https://docs-ng46020w7-goteleport.vercel.app/docs |
This PR is the first for enabling individual access control of both local and remote port forwarding. It adds a
SSHPortForwardConfig
message which is surfaced through theRoleOptions
message on any given role. It also marksPortForwarding
as deprecated since we'll want to encourage leveragingSSHPortForwarding
going forward. The legacyPortForwarding
boolean will still be evaluated and prioritized overSSHPortForwarding
for backwards compatibility, which I'll include some more information about in the follow up PR implementing the new config options.No changelog since this doesn't actually change any functionality and I'll cover the new options in the next PR.