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

Add auth_token_update_strategy option #55

Closed
karlismelderis opened this issue Jan 8, 2020 · 3 comments · Fixed by #232
Closed

Add auth_token_update_strategy option #55

karlismelderis opened this issue Jan 8, 2020 · 3 comments · Fixed by #232

Comments

@karlismelderis
Copy link

Currently, any auth_token changes are destroying and are recreating Redis cluster.

AWS API has option to set new token and chose update strategy: SET or ROTATE

https://docs.aws.amazon.com/AmazonElastiCache/latest/APIReference/API_ModifyCacheCluster.html

@Routhinator
Copy link

This is a pretty key feature, FWIW. Security token cycling is something that should be able to be done frequently and with minimal disruption.... replacing the cluster adds a lot of overhead.

@Nuru
Copy link
Contributor

Nuru commented Oct 23, 2021

This is blocked by hashicorp/terraform-provider-aws#11524

@Steve-Louie-Bose
Copy link
Contributor

Looks like it's supported now. hashicorp/terraform-provider-aws#16203

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 a pull request may close this issue.

4 participants