Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 707 Bytes

rest-api.md

File metadata and controls

24 lines (14 loc) · 707 Bytes

REST API

Argo Server API

GA

v2.5 and after

Argo Workflows ships with a server that provide more features and security than before.

The server can be configured with or without client auth (server --auth-mode client). When it is disabled, then clients must pass their Kubeconfig base 64 encoded in the HTTP Authorization header:

ARGO_TOKEN=$(argo auth token)
curl -H "Authorization: $ARGO_TOKEN" https://localhost:2746/api/v1/workflows/argo

API reference docs :