diff --git a/dockerfiles/argocd/accept.json b/dockerfiles/argocd/accept.json index 550b14c..eb1107c 100644 --- a/dockerfiles/argocd/accept.json +++ b/dockerfiles/argocd/accept.json @@ -25,6 +25,15 @@ "token": "${ARGOCD_AUTH_TOKEN}" } }, + { + "method": "GET", + "path": "/api/applications/*", + "origin": "${ARGOCD_URL}", + "auth": { + "scheme": "bearer", + "token": "${ARGOCD_AUTH_TOKEN}" + } + }, { "method": "GET", "path": "/argoInstance/*",