k8s-auth

command module
v0.0.0-...-d90b914 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 5, 2020 License: Apache-2.0 Imports: 23 Imported by: 0

README

Kubernetes Authenticator - DEPRECATED

I recommend the use of kubelogin.

CircleCI GitHub release

Provides out of band OpenID Connect support. This project has only be tested with Dex

Install

Download the binary from the release page

Usage

  • k8s-auth NAME - Authenticates to the provider and writes out the kubernetes config

Configuration

Create a file $HOME/.k8s-auth.yaml

Example for dex deployed at dex.dev.example.com with kops as the server located at api.internal.dev.example.com

dev:
  issuer: https://dex.dev.example.com
  server: https://api.internal.dev.example.com
  insecureSkipTLSVerify: true

Multiple configurations can be stored in a single file.

Credits

The work for this originally started from https://github.com/coreos/dex/tree/master/cmd/example-app

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL