Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

argocd: add support for azure ad auth #116

Merged
merged 2 commits into from
Feb 23, 2023
Merged

argocd: add support for azure ad auth #116

merged 2 commits into from
Feb 23, 2023

Conversation

amithkb
Copy link
Contributor

@amithkb amithkb commented Feb 21, 2023

configuration:
  runtime: concord-v2
  arguments:
    defaults:
      baseUrl: "http://argo.net"  # replace with actual url
      auth:
        azure:
          clientId: <client_id>
          authority: <authority>     #https://#.microsoftonline.com/<tenantId>/<Version>
          scope:
            - "user.read"
          username: username@domain.com
          password:  *****

@amithkb amithkb requested a review from a team February 21, 2023 14:06
@amithkb amithkb added the need docs Documentation required label Feb 21, 2023
@mtkunkel mtkunkel merged commit 9043743 into master Feb 23, 2023
@mtkunkel mtkunkel deleted the argocd-azuread branch February 23, 2023 19:02
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
need docs Documentation required
Development

Successfully merging this pull request may close these issues.

4 participants