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

[v14] Start using authclient.Client/ClientI/NewClient #41598

Merged
merged 1 commit into from
May 16, 2024

Conversation

rosstimothy
Copy link
Contributor

Manual backport of #41539 to branch/v14

@rosstimothy rosstimothy added backport no-changelog Indicates that a PR does not require a changelog entry labels May 15, 2024
@rosstimothy rosstimothy force-pushed the tross/backport-41539/v14 branch 2 times, most recently from 6e64821 to 971faab Compare May 15, 2024 17:26
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:52
@github-actions github-actions bot added application-access database-access Database access related issues and PRs desktop-access 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 16, 2024
Merged via the queue into branch/v14 with commit 234c325 May 16, 2024
27 of 28 checks passed
@rosstimothy rosstimothy deleted the tross/backport-41539/v14 branch May 16, 2024 14:14
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 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