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

Add TLS support #115

Merged
merged 2 commits into from
Jun 3, 2024
Merged

Add TLS support #115

merged 2 commits into from
Jun 3, 2024

Commits on Jun 3, 2024

  1. feat: add TLS support

    - Automatically use TLS API client if URL scheme specified to
      --api-server is HTTPS.
    - Add -i/--insecure flag to suppress cert validation for TLS.
    - Add -E/--ca-cert flag to allow specifying additional CA cert(s) to be
      used in TLS cert validation (by default, the system CA certs are
      used).
    
    Signed-off-by: Sergei Trofimov <[email protected]>
    setrofim committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    b69389d View commit details
    Browse the repository at this point in the history
  2. fix(github): add go setup step to CI flows

    This is necessary as macos-latest image does not appear to come with go
    installed by default.
    
    Signed-off-by: Sergei Trofimov <[email protected]>
    setrofim committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    92c647b View commit details
    Browse the repository at this point in the history