Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 511 Bytes

SASLConfig.md

File metadata and controls

15 lines (8 loc) · 511 Bytes

SASLConfig

SASLConfig refers to SASL configuration for a client

Properties

Name Type Description Notes
passwordSecret V1SecretKeySelector [optional]
userSecret V1SecretKeySelector [optional]
mechanism String SASLMechanism is the name of the enabled SASL mechanism. Possible values: OAUTHBEARER, PLAIN (defaults to PLAIN). [optional]