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

[bitnami/redis] User Environmental Variables #72276

Conversation

seppo498573908457
Copy link

Description of the change

Added new environmental variables: "REDIS_REQUIREPASS", "REDIS_USER" and "REDIS_MASTER_USER". Modified default value for "REDIS_MASTER_PASSWORD".
Modified scripts to make use of the new variables and retaining backwards compatibility.
Modified the README to reflect changes.

Fixed a bug, "--masterauth" now correctly receives value from "REDIS_MASTER_PASSWORD".

Benefits

Allows use of ACL users in the environmental variables.
Retains backwards compatibility with old configurations by using default values for new variables and this is considered in script changes.

Applicable issues

Additional information

Similar changes were made to "redis-cluster" image on a different PR.

bitnami-bot and others added 3 commits September 9, 2024 13:29
Signed-off-by: Jukka Maljanen <[email protected]>

Signed-off-by: Jukka Maljanen <[email protected]>
@seppo498573908457 seppo498573908457 deleted the redis/feature/user-env-vars branch September 9, 2024 11:07
@github-actions github-actions bot added the solved label Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[bitnami/redis-cluster] Cannot create Redis cluster with other than default user
3 participants