argo-cd icon indicating copy to clipboard operation
argo-cd copied to clipboard

feat: manage clusters via proxy [WIP]

Open ls0f opened this issue 2 years ago • 51 comments

May fix https://github.com/argoproj/argo-cd/issues/8314
https://github.com/argoproj/argo-cd/issues/6043

WIP It should be discussed, then add more tests.

Checklist:

  • [ ] Either (a) I've created an enhancement proposal and discussed it with the community, (b) this is a bug fix, or (c) this does not need to be in the release notes.
  • [ ] The title of the PR states what changed and the related issues number (used for the release note).
  • [ ] I've included "Closes [ISSUE #]" or "Fixes [ISSUE #]" in the description to automatically close the associated issue.
  • [ ] I've updated both the CLI and UI to expose my feature, or I plan to submit a second PR with them.
  • [ ] Does this PR require documentation updates?
  • [ ] I've updated documentation as required by this PR.
  • [ ] Optional. My organization is added to USERS.md.
  • [x] I have signed off all my commits as required by DCO
  • [ ] I have written unit and/or e2e tests for my change. PRs without these are unlikely to be merged.
  • [ ] My build is green (troubleshooting builds).

ls0f avatar May 24 '22 04:05 ls0f