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
Copy file name to clipboardExpand all lines: go/flags/endtoend/vtgate.txt
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -124,6 +124,9 @@ Flags:
124
124
--min-number-serving-vttablets int The minimum number of vttablets for each replicating tablet_type (e.g. replica, rdonly) that will be continue to be used even with replication lag above discovery_low_replication_lag, but still below discovery_high_replication_lag_minimum_serving. (default 2)
125
125
--mysql-allow-clear-text-without-tls If set, the server will allow the use of a clear text password over non-SSL connections.
126
126
--mysql-auth-server-impl string Which auth server implementation to use. Options: none, ldap, clientcert, static, vault. (default "static")
127
+
--mysql-auth-server-static-file string JSON File to read the users/passwords from.
128
+
--mysql-auth-server-static-string string JSON representation of the users/passwords config.
129
+
--mysql-auth-static-reload-interval duration Ticker to reload credentials
127
130
--mysql-auth-vault-addr string URL to Vault server
msg+=". This is optional, and can be ignored if you are not using config files. For a detailed explanation, see https://github.com/vitessio/vitess/blob/main/doc/viper/viper.md#config-files."
0 commit comments