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
Some of our responses reveal information that, in a managed setup, should stay hidden.
Do not return replicas in CLUSTER sub-cmds (because replicas aren't reachable by clients):
CLUSTER NODES (emulated cluster)
CLUSTER NODES (real cluster)
CLUSTER SHARDS (emulated cluster)
CLUSTER SHARDS (real cluster)
CLUSTER SLOTS (emulated cluster)
CLUSTER SLOTS (real cluster)
INFO REPLICATION should return the real number of connected_slaves, but should not return the list of them
INFO SERVER should not return thread_count
INFO SERVER should also not reveal which architecture (arm/x86_64) it uses
All of the above should be only changed when some flag, say --managed_service_info is specified. Also, it should only apply for the regular port, while keeping admin port as is (i.e. reveal all info).
The text was updated successfully, but these errors were encountered:
Some of our responses reveal information that, in a managed setup, should stay hidden.
Do not return replicas in
CLUSTER
sub-cmds (because replicas aren't reachable by clients):CLUSTER NODES
(emulated cluster)CLUSTER NODES
(real cluster)CLUSTER SHARDS
(emulated cluster)CLUSTER SHARDS
(real cluster)CLUSTER SLOTS
(emulated cluster)CLUSTER SLOTS
(real cluster)INFO REPLICATION
should return the real number ofconnected_slaves
, but should not return the list of themINFO SERVER
should not returnthread_count
INFO SERVER
should also not reveal which architecture (arm/x86_64) it usesAll of the above should be only changed when some flag, say
--managed_service_info
is specified. Also, it should only apply for the regular port, while keeping admin port as is (i.e. reveal all info).The text was updated successfully, but these errors were encountered: