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] Start using authclient.Client/ClientI/NewClient #41594

Merged
merged 1 commit into from
May 15, 2024

Conversation

rosstimothy
Copy link
Contributor

@rosstimothy rosstimothy commented May 15, 2024

Manual backport of #41539 to branch/v15

@rosstimothy rosstimothy added backport no-changelog Indicates that a PR does not require a changelog entry labels May 15, 2024
Consumes the new auth client created in #41460. The changes introduced were performed with a
series of gofmt rewrite rules.

```bash
$ find ./lib/auth -type f -name '*.go' -exec gofmt -w -l -r "ClientI -> authclient.ClientI" {} \;
$ find ./lib/auth -type f -name '*.go' -exec gofmt -w -l -r "Client -> authclient.Client" {} \;
$ find ./lib/auth -type f -name '*.go' -exec gofmt -w -l -r "NewClient -> authclient.NewClientI" {} \;
$ find . -type f -name '*.go' -exec gofmt -w -l -r "auth.ClientI -> authclient.ClientI" {} \;
$ find . -type f -name '*.go' -exec gofmt -w -l -r "auth.Client -> authclient.Client" {} \;
$ find . -type f -name '*.go' -exec gofmt -w -l -r "auth.NewClient -> authclient.NewClient" {} \;
```
@rosstimothy rosstimothy marked this pull request as ready for review May 15, 2024 17:25
@github-actions github-actions bot added application-access database-access Database access related issues and PRs desktop-access discovery kubernetes-access machine-id size/sm tctl tctl - Teleport admin tool tsh tsh - Teleport's command line tool for logging into nodes running Teleport. labels May 15, 2024
@rosstimothy rosstimothy added this pull request to the merge queue May 15, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks May 15, 2024
@rosstimothy rosstimothy added this pull request to the merge queue May 15, 2024
Merged via the queue into branch/v15 with commit 9ef2165 May 15, 2024
32 of 33 checks passed
@rosstimothy rosstimothy deleted the tross/backport-41539/v15 branch May 15, 2024 19:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
application-access backport database-access Database access related issues and PRs desktop-access discovery kubernetes-access machine-id no-changelog Indicates that a PR does not require a changelog entry size/sm tctl tctl - Teleport admin tool tsh tsh - Teleport's command line tool for logging into nodes running Teleport.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants