Skip to content
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

[v15] Refactor registration code into lib/auth/join #41748

Merged
merged 1 commit into from
May 20, 2024

Conversation

rosstimothy
Copy link
Contributor

Backport #41679 to branch/v15

@rosstimothy rosstimothy added backport no-changelog Indicates that a PR does not require a changelog entry labels May 18, 2024
@rosstimothy rosstimothy force-pushed the tross/backport-41679/v15 branch 3 times, most recently from 1241881 to 2753c6e Compare May 18, 2024 19:17
@rosstimothy rosstimothy marked this pull request as ready for review May 18, 2024 20:09
@github-actions github-actions bot requested review from strideynet and zmb3 May 18, 2024 20:09
* Refactor joining code into lib/auth/join

auth.Register and auth.RegisterParams were moved into the new package
to prevent clients(tbot) from depending on lib/auth. For the moment
only iam joining has been moved into the new package. All other
join methods have been left behind in their lib/auth/join_foo.go
file and will be addressed in future PRs if need be.  This removes
lib/auth entirely from tbot and reduces its binary size by ~10-20MB.
@rosstimothy rosstimothy added this pull request to the merge queue May 20, 2024
Merged via the queue into branch/v15 with commit 6c20f8b May 20, 2024
30 checks passed
@rosstimothy rosstimothy deleted the tross/backport-41679/v15 branch May 20, 2024 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport machine-id no-changelog Indicates that a PR does not require a changelog entry size/md
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants