Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 726 Bytes

argo-server-auth-mode.md

File metadata and controls

15 lines (10 loc) · 726 Bytes

Argo Server Auth Mode

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