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
// Client defines the client tls for the tidb operator to visit components
131
+
Client*InternalClientTLS`json:"client,omitempty"`
132
+
}
133
+
122
134
typeClusterSecuritystruct {
135
+
// TLS defines tls configs for the whole cluster
136
+
TLS*ClusterTLSConfig`json:"tls,omitempty"`
123
137
// SessionTokenSigningCertKeyPair is the name of the K8s secret, where stores certificates for signing the TiDB session token,
124
138
// which is used by TiProxy for session migration.
125
139
// You can generate certificates and create a secret by: kubectl create secret generic <secret-name> --namespace=<namespace> --from-file=tls.crt=<path/to/tls.crt> --from-file=tls.key=<path/to/tls.key>
0 commit comments