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
was able to work this around by adding the below to the exoporter container, but still... IMO this should be in the example and in the helm if this is the solution...
Thanks for opening this issue @doronl , the ACL users in the repo are just for examples purposes. This is why the default unprotected user is also present. If no user is given a Redis client will try the default. The users of the operator should not use any of the ACL users present in this repo.
The operator itself uses two envvars that redis-cli itself is looking for:
Maybe we should add a dedicated user for the exporter just to make it clear that users need to do that if they remove the default user, so yes I think we should add the config mentioned in the issue.
You can see in the logs of the exporter if you try to pull the metrics:
curl nodeIP:9121/metrics
@voltbit @NataliAharoniPayu
The text was updated successfully, but these errors were encountered: