-
-
Notifications
You must be signed in to change notification settings - Fork 232
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
base: master
Are you sure you want to change the base?
Conversation
* 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 <[email protected]>
Any reason not to leverage https://redis.io/commands/acl-genpass/ ? |
This could be used that's why this PR was on hold for so long |
@darkrift I would like you to invite to slack channel : Join our #redis-operator Slack Channel. |
This pull request has been automatically marked as stale. If this pull request is still relevant, please leave any comment (for example, "bump"), and we'll keep it open. We are sorry that we haven't been able to prioritize reviewing it yet. Your contribution is very much appreciated. |
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"