pg-sharding/spqr

There is no console user validation

Closed this issue · 1 comments

You can connect to the console as anybody and not understand that you are doing something wrong.

➜  ~ psql "host=localhost sslmode=disable user=username dbname=dbname port=7432"

		SQPR router admin console
	Here you can configure your routing rules
------------------------------------------------
	You can find documentation here
https://github.com/pg-sharding/spqr/tree/master/docs

psql (14.5 (Homebrew), server console)
Type "help" for help.

dbname=> SHOW SHARDS;
ERROR:  unknown coordinator cmd

Fixed in #123