Argo CD · Example Payload

Argo Cd V1Alpha1 Repository Example

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

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

Top-level fields

azureActiveDirectoryEndpointazureServicePrincipalClientIdazureServicePrincipalClientSecretazureServicePrincipalTenantIdbearerTokenconnectionStatedepthenableLfsenableOCIforceHttpBasicAuthgcpServiceAccountKeygithubAppEnterpriseBaseUrlgithubAppIDgithubAppInstallationIDgithubAppPrivateKeyinheritedCredsinsecureinsecureIgnoreHostKeyinsecureOCIForceHttpnamenoProxypasswordprojectproxyreposshPrivateKeytlsClientCertDatatlsClientCertKeytypeuseAzureWorkloadIdentityusernamewebhookManifestCacheWarmDisabled

Example Payload

Raw ↑
{
  "azureActiveDirectoryEndpoint": "example-azureactivedirectory",
  "azureServicePrincipalClientId": "app-123456",
  "azureServicePrincipalClientSecret": "example-azureserviceprincipa",
  "azureServicePrincipalTenantId": "app-123456",
  "bearerToken": "eyJhbGciOiJIUzI1NiJ9.example",
  "connectionState": "example-connectionstate",
  "depth": 962,
  "enableLfs": true,
  "enableOCI": true,
  "forceHttpBasicAuth": true,
  "gcpServiceAccountKey": "eyJhbGciOiJIUzI1NiJ9.example",
  "githubAppEnterpriseBaseUrl": "https://github.com/example/repo.git",
  "githubAppID": 184,
  "githubAppInstallationID": 332,
  "githubAppPrivateKey": "eyJhbGciOiJIUzI1NiJ9.example",
  "inheritedCreds": true,
  "insecure": true,
  "insecureIgnoreHostKey": true,
  "insecureOCIForceHttp": true,
  "name": "my-application",
  "noProxy": "example-noproxy",
  "password": "example-password",
  "project": "default",
  "proxy": "example-proxy",
  "repo": "https://github.com/example/repo.git",
  "sshPrivateKey": "eyJhbGciOiJIUzI1NiJ9.example",
  "tlsClientCertData": "example-tlsclientcertdata",
  "tlsClientCertKey": "eyJhbGciOiJIUzI1NiJ9.example",
  "type": "example-type",
  "useAzureWorkloadIdentity": true,
  "username": "my-application",
  "webhookManifestCacheWarmDisabled": true
}