argocd-helm/charts/argo-workflows/templates/server
Anton Gilgur a64615414d
fix(argo-workflows): Server only needs get Secrets (#2211)
- as of aa366db345, the Server no longer needs `list` or `watch` and only uses `get`
  - this was released as part of [v3.4.0](https://github.com/argoproj/argo-workflows/blob/master/CHANGELOG.md#v340-rc1-2022-08-09), and the current version of the chart uses v3.4.9 (per `Chart.yaml#appVersion`)

- `update` is not needed either for SSO secret
  - manifests RBAC: a68ea0feab/manifests/cluster-install/argo-server-rbac/argo-server-clusterole.yaml (L18)
  - SSO source code only uses [`create`](20d0923611/server/auth/sso/sso.go (L140)) and [`get`](20d0923611/server/auth/sso/sso.go (L151))
    - (also some `get`s above that for [`clientID`](20d0923611/server/auth/sso/sso.go (L127)) and [`clientSecret`](20d0923611/server/auth/sso/sso.go (L106)) as well)

Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
Co-authored-by: Aikawa <yu.croco@gmail.com>
Co-authored-by: Jason Meridth <jmeridth@gmail.com>
2023-08-11 10:14:54 +09:00
..
gke feat(argo-workflows): support google ManagedCertificate, FrontendConfig & BackendConfig for gce ingress (#2066) 2023-05-19 11:35:33 +01:00
server-cluster-roles.yaml fix(argo-workflows): Server only needs get Secrets (#2211) 2023-08-11 10:14:54 +09:00
server-crb.yaml fix(argo-workflows): Change argo-workflows-server crb creation conditions (#2124) 2023-06-23 11:35:01 -05:00
server-deployment-hpa.yaml fix(argo-workflows): Fix Helm chart to correctly reference Kubernetes version in conditional check for HPA apiVersion (#2029) 2023-05-09 12:41:54 +09:00
server-deployment-pdb.yaml fix(argo-workflows): Add namespace field to all namespace scoped resources (#1956) 2023-04-13 11:25:06 +02:00
server-deployment.yaml fix(argo-workflows): Fix templating in several places (#2026) 2023-05-11 09:09:33 +09:00
server-ingress.yaml fix(argo-workflows): Add namespace field to all namespace scoped resources (#1956) 2023-04-13 11:25:06 +02:00
server-sa.yaml fix(argo-workflows): Add namespace field to all namespace scoped resources (#1956) 2023-04-13 11:25:06 +02:00
server-service.yaml fix(argo-workflows): Add namespace field to all namespace scoped resources (#1956) 2023-04-13 11:25:06 +02:00