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

Have a command to generate a Redis Auth token just like RDS #737

Open
2 tasks
romelBen opened this issue Feb 5, 2024 · 1 comment
Open
2 tasks

Have a command to generate a Redis Auth token just like RDS #737

romelBen opened this issue Feb 5, 2024 · 1 comment
Assignees
Labels

Comments

@romelBen
Copy link

romelBen commented Feb 5, 2024

Describe the feature

aws-cli does not support generating a Redis AUTH token like what RDS does with command aws generate-db-auth-token.

Use Case

Currently we have to create a token through code which is used for applications. This is understandable and is notated here in this AWS blog post; however, there is no documentation for developers to access the Redis clusters using aws-cli only RDS.

Proposed Solution

Add another command with name generate-redis-auth-token for aws-cli.

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

CLI version used

2.13.36

Environment details (OS name and version, etc.)

MacOS M2 Macbook

@romelBen romelBen added feature-request New feature or request needs-triage labels Feb 5, 2024
@tim-finnigan tim-finnigan self-assigned this May 7, 2024
@tim-finnigan
Copy link

Thanks for the feature request. This would likely need to be implemented as a customization similar to the generate-db-auth-token RDS command that you referenced. And that would involve coordinating with the AWS Elasticache team. I'm going to transfer this to our cross-SDK repository since customization requests like this should be considered across SDKs for consistency. Please 👍 this issue if interested in the feature request.

@tim-finnigan tim-finnigan transferred this issue from aws/aws-cli May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants