Skip to content

Commit

Permalink
Update accept.json for ArgoCD to support new backend plugin paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Xantier committed Mar 28, 2024
1 parent 18e5384 commit 555757d
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 555757d

Please sign in to comment.