Skip to content

Allow Azure/IAM join over reverse tunnel#30720

Merged
atburke merged 1 commit intomasterfrom
atburke/iam-join-reverse-tunnel
Aug 24, 2023
Merged

Allow Azure/IAM join over reverse tunnel#30720
atburke merged 1 commit intomasterfrom
atburke/iam-join-reverse-tunnel

Conversation

@atburke
Copy link
Copy Markdown
Contributor

@atburke atburke commented Aug 19, 2023

This PR adds support for gRPC-based join methods (Azure and IAM) over the reverse tunnel port.

Resolves #25152.

Comment thread integration/integration_test.go Outdated
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit:

Suggested change
defer lib.SetInsecureDevMode(false)
t.Cleanup(func() { lib.SetInsecureDevMode(false) })

Comment thread lib/service/service.go Outdated
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add a short comment on why we add them and how is using them for the new listeners?

Comment thread lib/service/service.go Outdated
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The same as above.

This change adds support for gRPC-based join methods (Azure and IAM)
over the reverse tunnel port.
@atburke atburke force-pushed the atburke/iam-join-reverse-tunnel branch from 12cc84a to 1b679a8 Compare August 24, 2023 17:39
@atburke atburke enabled auto-merge August 24, 2023 17:39
@atburke atburke added this pull request to the merge queue Aug 24, 2023
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Aug 24, 2023
@atburke atburke added this pull request to the merge queue Aug 24, 2023
Merged via the queue into master with commit 2f99a9a Aug 24, 2023
@atburke atburke deleted the atburke/iam-join-reverse-tunnel branch August 24, 2023 18:52
@public-teleport-github-review-bot
Copy link
Copy Markdown

@atburke See the table below for backport results.

Branch Result
branch/v13 Create PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for IAM joining over reverse tunnel port

3 participants