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

Feedback: Manage Redis Enterprise cluster (REC) credentials #1105

Open
markotrapani opened this issue Jan 29, 2025 · 1 comment
Open

Feedback: Manage Redis Enterprise cluster (REC) credentials #1105

markotrapani opened this issue Jan 29, 2025 · 1 comment
Assignees
Labels
bug Something isn't working k8s

Comments

@markotrapani
Copy link

markotrapani commented Jan 29, 2025

Page https://redis.io/docs/latest/operate/kubernetes/security/manage-rec-credentials/#change-both-the-rec-username-and-password

In Step 4.1 it says to save the "existing username," to a file, but I think it should be the new username along with the new password, because this is what we are updating the secret value with after creating a new admin user in the UI.

Step 4.3 also appears to have an issue with the formatting of the multiline kubectl command
This is the command I eventually used to update my REC secret that worked:

kubectl create secret generic my-rec \
  --save-config \
  --dry-run=client \
  --from-file=./username --from-file=./password \
  -o yaml | \
kubectl apply -f -
@dwdougherty dwdougherty added bug Something isn't working k8s labels Jan 29, 2025
@kaitlynmichael
Copy link
Contributor

@markotrapani please review the changes here: #1108

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working k8s
Projects
None yet
Development

No branches or pull requests

3 participants