Save ArgoCD credentials for a cluster
ArgoCD
Save ArgoCD credentials for a cluster
Save or update the ArgoCD URL and authentication token for a cluster. Requires ADMIN role.
POST
Save ArgoCD credentials for a cluster
Documentation Index
Fetch the complete documentation index at: https://qovery-update-kubecost-tuto.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
JWT tokens should be used with OIDC account (human to machine). JWT tokens used by the Qovery console to communicate with the API have a TTL. Curl Example ' curl https://console.qovery.com/organization -H "Authorization: Bearer $qovery_token" '
Path Parameters
Cluster ID
Body
application/json
The URL of the ArgoCD instance (e.g. https://argocd.example.com)
Example:
"https://argocd.example.com"
ArgoCD API authentication token
Response
ArgoCD credentials saved