You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reorganize tctl commands to not require an auth client by default (#48894) (#50966)
* Reorganize tctl commands to have commands not required auth client
* Replace auth client with lazy loading approach
* Fix linter warning
* Replace camel case in import alias
Replace logrus to use slog
* Rename close function
* Refactor plugin commands to use interface of auth client and plugin client
Code review changes
* Refactor workload identity commands
* Add access to global config for the commands
* Add test checking all tctl commands match process
* Fix golangci-lint warnings
0 commit comments