Skip to content

how do I configure GithubAppPrivateKeySecret #19141

Closed Answered by rochana-atapattu
rochana-atapattu asked this question in Q&A
Discussion options

You must be logged in to vote

anyone looking for the answer

configs:
  cm:
    dex.config: |
      connectors:
        # GitHub example
        - type: github
          id: github
          name: GitHub
          config:
            clientID: $dex-github-client-secret:clientID
            clientSecret: $dex-github-client-secret:clientSecret
            orgs:
            - name: xxxxxxx

    repositories: |
      - githubAppPrivateKeySecret:
          name: argo-cd-github-app-creds
          key: githubAppPrivateKey
        githubAppID: xxxxx
        githubAppInstallationID: xxxxxxx
        type: git
        url: "https://github.com/example/repo"

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by rochana-atapattu
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants