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

[v9] fix tctl auth server flag #16260

Merged
merged 3 commits into from Sep 8, 2022

Commits on Sep 8, 2022

  1. fix tctl auth server flag (#16130)

    * Fix flaky TestHandlerConnectionUpgrade
    
    * Fix tctl --auth-server with logged in profile
    
    * Export tctl applyConfig so we can test it from tsh/tctl tests
    
    * Add test for tctl --auth-server w/ profile
    
    * Update tool/tctl/common/tctl.go
    
    Co-authored-by: Alan Parra <alan.parra@goteleport.com>
    
    * Update tool/tsh/tctl_test.go
    
    Co-authored-by: Alan Parra <alan.parra@goteleport.com>
    
    * Alan's suggestion to not use new()
    
    * Add message to require.NotEmpty
    
    Co-authored-by: STeve Huang <xin.huang@goteleport.com>
    Co-authored-by: Alan Parra <alan.parra@goteleport.com>
    3 people committed Sep 8, 2022
    Copy the full SHA
    8311502 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5d28b09 View commit details
    Browse the repository at this point in the history
  3. Fix test

    GavinFrazar committed Sep 8, 2022
    Copy the full SHA
    2abbc51 View commit details
    Browse the repository at this point in the history