K8sAuthentication

Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

final case class BasicAuth(username: String, password: String) extends K8sAuthentication

Authenticate with basic authentication

Authenticate with basic authentication

Value parameters:
password

Password for basic authentication

username

Username for basic authentication

final case class ClientCertificates(certificate: KeySource, key: KeySource, password: Option[String]) extends K8sAuthentication

Authenticate with X509 client certificates

Value parameters:
certificate

Client certificate

key

Client's private key

password

Passphrase for the key if needed

final case class ServiceAccountToken(token: KeySource) extends K8sAuthentication

Authenticate with a service account token

Value parameters:
token

The key source must point to a PEM encoded bearer token file, or a raw bearer token value.

Inherited types

The names of the product elements

The names of the product elements

Inherited from:
Mirror

The name of the type

The name of the type

Inherited from:
Mirror