terraform-provider-argocd icon indicating copy to clipboard operation
terraform-provider-argocd copied to clipboard

feat: Add support for destination service accounts

Open nimjor opened this issue 8 months ago • 1 comments

nimjor avatar Mar 11 '25 12:03 nimjor

Xref:

  • https://argo-cd.readthedocs.io/en/stable/operator-manual/app-sync-using-impersonation/#configuring-destination-service-accounts
  • https://github.com/argoproj/argo-cd/pull/17403
  • https://github.com/argoproj/argo-cd/pull/14255
  • https://github.com/argoproj/argo-cd/issues/20336

mkilchhofer avatar Mar 12 '25 12:03 mkilchhofer

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Jul 02 '25 13:07 github-actions[bot]

@nimjor we just merged a refactoring PR (#685) that migrated some resources to the terraform-plugin-framework and thus had to move the server_interface back to the SKDv2 code. I'm afraid that means some of your code has to be moved as well 🙈.

the-technat avatar Jul 30 '25 07:07 the-technat

@nimjor we just merged a refactoring PR (#685) that migrated some resources to the terraform-plugin-framework and thus had to move the server_interface back to the SKDv2 code. I'm afraid that means some of your code has to be moved as well 🙈.

@the-technat let me know if there's anything specific in this PR in the current state that needs to get moved.

nimjor avatar Jul 30 '25 21:07 nimjor