Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions content/en/docs/23.0/reference/programs/vtgate/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ vtgate \
--redact-debug-ui-queries redact full queries and bind variables from debug UI
--remote-operation-timeout duration time to wait for a remote operation (default 15s)
--retry-count int retry count (default 2)
--reuse-port Enable SO_REUSEPORT when binding sockets; available on Linux 3.9+ (default false)
--schema-change-signal Enable the schema tracker; requires queryserver-config-schema-change-signal to be enabled on the underlying vttablets for this to work (default true)
--security-policy string the name of a registered security policy to use for controlling access to URLs - empty means allow all for anyone (built-in policies: deny-all, read-only)
--service-map strings comma separated list of services to enable (or disable if prefixed with '-') Example: grpc-queryservice
Expand Down