Argo CD · Example Payload

Argo Cd V1Alpha1 Repo Creds Example

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

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

Top-level fields

azureActiveDirectoryEndpointazureServicePrincipalClientIdazureServicePrincipalClientSecretazureServicePrincipalTenantIdbearerTokenenableOCIforceHttpBasicAuthgcpServiceAccountKeygithubAppEnterpriseBaseUrlgithubAppIDgithubAppInstallationIDgithubAppPrivateKeyinsecureOCIForceHttpnoProxypasswordproxysshPrivateKeytlsClientCertDatatlsClientCertKeytypeurluseAzureWorkloadIdentityusername

Example Payload

Raw ↑
{
  "azureActiveDirectoryEndpoint": "example-azureactivedirectory",
  "azureServicePrincipalClientId": "app-123456",
  "azureServicePrincipalClientSecret": "example-azureserviceprincipa",
  "azureServicePrincipalTenantId": "app-123456",
  "bearerToken": "eyJhbGciOiJIUzI1NiJ9.example",
  "enableOCI": true,
  "forceHttpBasicAuth": true,
  "gcpServiceAccountKey": "eyJhbGciOiJIUzI1NiJ9.example",
  "githubAppEnterpriseBaseUrl": "https://github.com/example/repo.git",
  "githubAppID": 443,
  "githubAppInstallationID": 817,
  "githubAppPrivateKey": "eyJhbGciOiJIUzI1NiJ9.example",
  "insecureOCIForceHttp": true,
  "noProxy": "example-noproxy",
  "password": "example-password",
  "proxy": "example-proxy",
  "sshPrivateKey": "eyJhbGciOiJIUzI1NiJ9.example",
  "tlsClientCertData": "example-tlsclientcertdata",
  "tlsClientCertKey": "eyJhbGciOiJIUzI1NiJ9.example",
  "type": "example-type",
  "url": "https://github.com/example/repo.git",
  "useAzureWorkloadIdentity": true,
  "username": "my-application"
}