Skip to content

Commit

Permalink
Merge pull request #69 from RoadieHQ/sc-19252-argo-accept
Browse files Browse the repository at this point in the history
Update accept.json for ArgoCD to support new backend plugin paths
  • Loading branch information
Xantier authored Mar 28, 2024
2 parents 18e5384 + 555757d commit 0273dd3
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions dockerfiles/argocd/accept.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,34 @@
"scheme": "bearer",
"token": "${ARGOCD_AUTH_TOKEN}"
}
},
{
"method": "GET",
"path": "/api/v1/applications",
"origin": "${ARGOCD_URL}",
"auth": {
"scheme": "bearer",
"token": "${ARGOCD_AUTH_TOKEN}"
}
},
{
"method": "GET",
"path": "/api/v1/applications/*",
"origin": "${ARGOCD_URL}",
"auth": {
"scheme": "bearer",
"token": "${ARGOCD_AUTH_TOKEN}"
}
},
{
"method": "GET",
"path": "/api/v1/argoInstance/*",
"origin": "${ARGOCD_URL}",
"auth": {
"scheme": "bearer",
"token": "${ARGOCD_AUTH_TOKEN}"
}
}

]
}

0 comments on commit 0273dd3

Please sign in to comment.