Skip to content

Trying to track, through logs, the creation and deletion of a test user via OpenShift. #1363

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

Closed
mhumphrise18 opened this issue Apr 3, 2025 · 2 comments
Assignees

Comments

@mhumphrise18
Copy link

  1. I successfully log into redi utilizing internal certs wtihin the redis pod in OpenShift
  2. Following that I run 'acl setuser test on >testpassword ~* +@ALL'
  3. Then I run 'acl list'; to ensure I see the new user, test.
  4. Then I run 'acl deluser test'; to delete the user, test.
  5. 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

@mhumphrise18 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
@kaitlynmichael
Copy link
Contributor

@mhumphrise18 acl setuser is only supported on Redis community edition, not Redis Enterprise. For more information on compatibility, see Server management commands compatibility

@mhumphrise18
Copy link
Author

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?

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

No branches or pull requests

2 participants