You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When configuring SASL or TLS you can either provide the secretname of an existing secret **or** pass the contents as values. When you choose to create the secrets on your own, please make sure you comply with the key names used in this chart:
65
+
When configuring SASL or TLS you can either provide the secretname of an existing secret **or** pass the contents as values. When you choose to create the secrets on your own, please make sure you comply with the key names defined in this chart:
60
66
61
67
#### SASL
62
68
63
-
Key names are `username` and `password`.
69
+
Key names are `username` and `password` by default.
64
70
65
71
```yml
66
72
type: Opaque
@@ -71,7 +77,7 @@ data:
71
77
72
78
#### TLS
73
79
74
-
Key names are `tls.ca`, `tls.key`, `tls.crt` and `passphrase`.
80
+
Key names are `tls.ca`, `tls.key`, `tls.crt` and `passphrase` by default.
0 commit comments