Safe Haskell | None |
---|---|
Language | Haskell2010 |
Kubernetes.Client.Auth.ClientCert
Documentation
clientCertFileAuth :: DetectAuth Source #
Detects if kuebconfig file provides 'client-certificate', if it configures TLS client params with the client certificate
clientCertDataAuth :: DetectAuth Source #
Detects if kuebconfig file provides 'client-certificate-data', if it configures TLS client params with the client certificate
disableValidateAuthMethods :: KubernetesClientConfig -> KubernetesClientConfig Source #
Disables the client-side auth methods validation. This is necessary if you are using client cert authentication.
data CredentialLoadException Source #
Constructors
CredentialLoadException String |
Instances
Show CredentialLoadException Source # | |
Defined in Kubernetes.Client.Auth.ClientCert Methods showsPrec :: Int -> CredentialLoadException -> ShowS # show :: CredentialLoadException -> String # showList :: [CredentialLoadException] -> ShowS # | |
Exception CredentialLoadException Source # | |
Defined in Kubernetes.Client.Auth.ClientCert |