i have a redis-sentinel cluster in k8s when i use command subscribe to create a channel i get this error
192.168.114.123:6379> SUBSCRIBE somechannel
Reading messages... (press Ctrl-C to quit)
(error) NOPERM this user has no permissions to access one of the channels used as arguments
i connect to the master node and evry things is okey
how can i solved this problems ?