-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
feat: Add support for ExecProvider cluster auth (#4600) #4710
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4710 +/- ##
==========================================
- Coverage 41.28% 41.10% -0.19%
==========================================
Files 127 127
Lines 17484 17522 +38
==========================================
- Hits 7218 7202 -16
- Misses 9233 9290 +57
+ Partials 1033 1030 -3
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @jMarkP ! LGTM
Thanks @alexmt ! |
…zation-generators * 'master' of github.com:argoproj/argo-cd: fix: RevisionFormField component crashes in 'refs' API returns no tags (argoproj#4735) docs: add Opensurvey to USERS.md (argoproj#4727) docs: correct parameters usage in CLI (argoproj#4725) fix: Repo-server has silent unmarshalling errors leading to empty applications (argoproj#4423) (argoproj#4708) fix: inject artificial delay between sync waves to better support health assessments (argoproj#4715) fix: exclude files listed under exclusions (argoproj#4686) feat: support resource actions on CRDs that use status subresources (argoproj#4690) feat: Add autocomplete for repo Revisions (argoproj#4645) (argoproj#4713) fix: webhook don't refresh apps pointing to HEAD (argoproj#4717) feat: Add support for ExecProvider cluster auth (argoproj#4600) (argoproj#4710) fix: adding helm values file in New App (argoproj#4635) docs: Instructions on `make verify-kube-connect` step when using k3d (argoproj#4687) feat: Annotation based app paths detection in webhooks (argoproj#4699) fix: adding commonAnnotations for Kustomize (argoproj#4613)
Fixes #4600 - design is as per proposal in that issue. Summary of changes:
ExecProviderConfig
struct and add it to theClusterConfig
structRawRestConfig
to map this to the Kubernetes formatGo is not my first language so happy to change anything that isn't idiomatic or against ArgoCD style conventions.
Checklist: