Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update sentinel conf access string to allow hello channel access #854

Merged
merged 1 commit into from
Aug 3, 2024

Conversation

hpatro
Copy link
Contributor

@hpatro hpatro commented Jul 31, 2024

This example of a minimal user account in your Valkey server
for Sentinel is incorrect. If you add this ACL as-is to your
valkey users.acl, valkey will add resetchannels -@ALL before
the +client which prevents sentinel from publishing messages
to the sentinel:hello pubsub for sentinel discovery.

Fix #744.

Copy link

codecov bot commented Jul 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.22%. Comparing base (aaa7834) to head (3463f6a).
Report is 3 commits behind head on unstable.

Additional details and impacted files
@@             Coverage Diff              @@
##           unstable     #854      +/-   ##
============================================
- Coverage     70.35%   70.22%   -0.14%     
============================================
  Files           112      112              
  Lines         61467    61467              
============================================
- Hits          43248    43164      -84     
- Misses        18219    18303      +84     

see 10 files with indirect coverage changes

@hpatro hpatro changed the title Update access string to allow sentinel hello channel access Update sentinel conf access string to allow hello channel access Jul 31, 2024
@enjoy-binbin enjoy-binbin merged commit 0fc43ed into valkey-io:unstable Aug 3, 2024
46 checks passed
@hpatro hpatro deleted the sentinel_conf_update branch August 8, 2024 22:38
mapleFU pushed a commit to mapleFU/valkey that referenced this pull request Aug 22, 2024
…key-io#854)

This example of a minimal user account in your Valkey server
for Sentinel is incorrect. If you add this ACL as-is to your
valkey users.acl, valkey will add resetchannels -@ALL before
the +client which prevents sentinel from publishing messages
to the __sentinel__:hello pubsub for sentinel discovery.

Fix valkey-io#744.

Signed-off-by: Harkrishn Patro <[email protected]>
Signed-off-by: mwish <[email protected]>
madolson pushed a commit that referenced this pull request Sep 2, 2024
This example of a minimal user account in your Valkey server
for Sentinel is incorrect. If you add this ACL as-is to your
valkey users.acl, valkey will add resetchannels -@ALL before
the +client which prevents sentinel from publishing messages
to the __sentinel__:hello pubsub for sentinel discovery.

Fix #744.

Signed-off-by: Harkrishn Patro <[email protected]>
madolson pushed a commit that referenced this pull request Sep 3, 2024
This example of a minimal user account in your Valkey server
for Sentinel is incorrect. If you add this ACL as-is to your
valkey users.acl, valkey will add resetchannels -@ALL before
the +client which prevents sentinel from publishing messages
to the __sentinel__:hello pubsub for sentinel discovery.

Fix #744.

Signed-off-by: Harkrishn Patro <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Example ACL for sentinel does not work
3 participants