Argo Server Auth Mode

June 12, 2024 ยท View on GitHub

You can configure how the Argo Server authenticates to Kubernetes:

For v3.0 and after, the default is client. Prior to v3.0, it was server.

To configure the Server's auth modes, use one or multiple --auth-mode flags. For example:

argo server --auth-mode=sso --auth-mode=client