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
I successfully log into redi utilizing internal certs wtihin the redis pod in OpenShift
Following that I run 'acl setuser test on >testpassword ~* +@ALL'
Then I run 'acl list'; to ensure I see the new user, test.
Then I run 'acl deluser test'; to delete the user, test.
Simultaneously I have the logs of the redi pod running in OpenShift and am looking for a log tracking the creation and deletion of the test user.
I am trying to find a way to properly log the creation and deletion event of this test user and any future users.
Background Information: The log severity level is set to "debug" and redis logs are set to "" which configures redis to send logs to STDOUT
The text was updated successfully, but these errors were encountered:
mhumphrise18
changed the title
a test user was created and deleted however when I try to track it, I am unable to via OpenShift.
Trying to track, through logs, the creation and deletion of a test user via OpenShift.
Apr 3, 2025
Hi @kaitlynmichael, I do not have Redis Enterprise, and am currently utilizing version 7.2.4. Is there a version that would allow me to log user creation and deletion that is within the Community Edition?
I am trying to find a way to properly log the creation and deletion event of this test user and any future users.
Background Information: The log severity level is set to "debug" and redis logs are set to "" which configures redis to send logs to STDOUT
The text was updated successfully, but these errors were encountered: