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

Support keepers for rotating confluent_api_key #498

Open
brunodomenici opened this issue Dec 2, 2024 · 3 comments
Open

Support keepers for rotating confluent_api_key #498

brunodomenici opened this issue Dec 2, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@brunodomenici
Copy link

Hello,

Could you evaluate the implementation of keepers in confluent_api_key resource? The goal is to facilitate key rotation using Terraform. Like implemented in GCP provider: https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/google_service_account_key#example-usage-creating-and-regularly-rotating-a-key

Thank you

@brunodomenici
Copy link
Author

I'm happy to send a PR for this, BTW

@channingdong channingdong added the enhancement New feature or request label Dec 3, 2024
@channingdong
Copy link
Contributor

Hey Bruno,

Thanks for bringing this feature up, we do have similar module in the past, please review and find the official module here:
https://registry.terraform.io/modules/nerdynick/api-key-rotation/confluent/latest

Above module was implemented in 2023 so some of the contents may or may not be 100% applicable, we are also happy to review your PR in case when it's ready.

Thanks,
Channing

@brunodomenici
Copy link
Author

@channingdong nice! I didn't know we could achieve this only with lifecycle.
I sent the #515 , I believe with an attribute in the resource would make this simpler.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants