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

feat(argo-workflows): add values, secret and configmap for static token auth

Open LoricAndre opened this issue 2 years ago • 0 comments

Signed-off-by: Loric ANDRE [email protected]

Linked to https://github.com/argoproj/argo-workflows/pull/9086

This requires that PR to be merged to be fully fonctional as this implements the k8s part of a new authentication mode for argo-workflow (--auth-mode token using a static token from a kube secret).

Note on DCO:

If the DCO action in the integration test fails, one or more of your commits are not signed off. Please click on the Details link next to the DCO action for instructions on how to resolve this.

Checklist:

  • [x] I have bumped the chart version according to versioning
  • [x] I have updated the documentation according to documentation
  • [x] I have updated the chart changelog with all the changes that come with this pull request according to changelog.
  • [x] Any new values are backwards compatible and/or have sensible default.
  • [x] I have signed off all my commits as required by DCO.
  • [x] My build is green (troubleshooting builds).

Changes are automatically published when merged to main. They are not published on branches.

LoricAndre avatar Jun 30 '22 15:06 LoricAndre