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

[Feature][Add] Secrets generation by the Operator #391

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open

[Feature][Add] Secrets generation by the Operator #391

wants to merge 18 commits into from

Conversation

shubham-cmyk
Copy link
Member

@shubham-cmyk shubham-cmyk commented Nov 30, 2022

fix #269

Secrets now can be generate by the operator.
Package added : https://github.com/google/uuid // for the Password generation.

Expected Working :
User can either create the secret itself or offload the generation to the operator.
Operator Create the Secret using the given name and namespace;
If namespace is empty the namespace of the redis setup is taken by the operator.
if no key is passed the default key is "key"

@shubham-cmyk shubham-cmyk changed the title Secrets gen by Operator [Feature][Add] Secrets generation by the Operator Nov 30, 2022
example/generated_secrets/redis-cluster.yaml Outdated Show resolved Hide resolved
k8sutils/secrets.go Show resolved Hide resolved
iamabhishek-dubey pushed a commit that referenced this pull request Jan 16, 2023
* Addresses issue
[#390](#391) by
adding support for multi-architecture container images.

* Removed --platform due to linting rule constraints.

* Removed echo statements due to lint rules.

Signed-off-by: Michael Primeaux <michael.primeaux@mac.com>
@shubham-cmyk shubham-cmyk closed this by deleting the head repository Feb 22, 2023
@shubham-cmyk shubham-cmyk reopened this Feb 22, 2023
@darkrift
Copy link

Any reason not to leverage https://redis.io/commands/acl-genpass/ ?

@shubham-cmyk
Copy link
Member Author

This could be used that's why this PR was on hold for so long

@shubham-cmyk
Copy link
Member Author

@darkrift I would like you to invite to slack channel : Join our #redis-operator Slack Channel.

@shubham-cmyk shubham-cmyk added this to the v0.16.0 milestone Dec 11, 2023
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.

Allow Option to Generate Password Secret
4 participants