Argo CD · Example Payload

Argo Cd V1Alpha1 Cluster Config Example

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

Argo Cd V1Alpha1 Cluster Config Example is an example object payload from Argo CD, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

awsAuthConfigbearerTokendisableCompressionexecProviderConfigpasswordproxyUrltlsClientConfigusername

Example Payload

Raw ↑
{
  "awsAuthConfig": "example-awsauthconfig",
  "bearerToken": "eyJhbGciOiJIUzI1NiJ9.example",
  "disableCompression": true,
  "execProviderConfig": "example-execproviderconfig",
  "password": "example-password",
  "proxyUrl": "https://github.com/example/repo.git",
  "tlsClientConfig": "example-tlsclientconfig",
  "username": "my-application"
}