Safe Haskell | None |
---|---|
Language | Haskell2010 |
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 #