Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.02 KB

GSSAPI.md

File metadata and controls

29 lines (17 loc) · 1.02 KB

GSSAPI

GSSAPI represents a SASL GSSAPI config

Properties

Name Type Description Notes
authType AuthTypeEnum valid inputs - KRB5_USER_AUTH, KRB5_KEYTAB_AUTH Possible enum values: - `"KRB5_KEYTAB_AUTH"` represents the password method KRB5KeytabAuth = "KRB5_KEYTAB_AUTH" = 2 - `"KRB5_USER_AUTH"` represents the password method KRB5UserAuth = "KRB5_USER_AUTH" = 1
kerberosConfigSecret V1SecretKeySelector [optional]
keytabSecret V1SecretKeySelector [optional]
passwordSecret V1SecretKeySelector [optional]
realm String
serviceName String
usernameSecret V1SecretKeySelector

Enum: AuthTypeEnum

Name Value
KEYTAB_AUTH "KRB5_KEYTAB_AUTH"
USER_AUTH "KRB5_USER_AUTH"