argo-cd/cmd/util
Isaac Gaskin d9df2525c5
feat: adding option to specify an aws profile to use by the argocd-server when adding a EKS cluster (#16767)
useful for argocd-servers which are not running in AWS and want to add multiple EKS clusters using
separate keys instead of assuming roles

#16766

Signed-off-by: Isaac Gaskin <isaac.gaskin@circle.com>
Co-authored-by: Soumya Ghosh Dastidar <44349253+gdsoumya@users.noreply.github.com>
2024-01-12 18:39:41 -05:00
..
testdata feat: declarative config for cluster and repo(#4734) (#5102) 2020-12-23 14:15:05 -08:00
app.go chore(deps): upgrade k8s version and client-go (#15852) 2023-10-18 08:17:00 -07:00
app_test.go chore: Clean up repeated package import (#13821) 2023-06-01 10:48:09 -06:00
applicationset.go fix: return nil if reading application set was successful (#12261) 2023-02-03 10:04:52 -05:00
applicationset_test.go chore: Code format (#12400) 2023-06-07 15:34:14 +00:00
cluster.go feat: adding option to specify an aws profile to use by the argocd-server when adding a EKS cluster (#16767) 2024-01-12 18:39:41 -05:00
cluster_test.go chore: replace github.com/ghodss/yaml with sigs.k8s.io/yaml (#13292) 2023-05-04 18:06:56 -04:00
common.go feat: support --inline flag in 'argocd admin app/proj generate-spec' commands (#6804) 2021-07-26 14:58:13 -07:00
project.go chore(deps): upgrade k8s version and client-go (#15852) 2023-10-18 08:17:00 -07:00
project_test.go fix: improve 'argocd-util proj generate-spec' usability (#5717) 2021-03-09 11:42:16 -08:00
repo.go feat: Allow force of basic auth for HTTP repositories (#11983) 2023-02-01 13:11:46 -05:00