Skip to content

Commit

Permalink
Merge pull request #79 from RoadieHQ/sc-24400/add-post-session
Browse files Browse the repository at this point in the history
add api v1 session to argocd accept json
  • Loading branch information
punkle authored Dec 11, 2024
2 parents 9579837 + 1dbf0f1 commit 15d99e9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions dockerfiles/argocd/accept.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,15 @@
"scheme": "bearer",
"token": "${ARGOCD_AUTH_TOKEN}"
}
},
{
"method": "POST",
"path": "/api/v1/session",
"origin": "${ARGOCD_URL}",
"auth": {
"scheme": "bearer",
"token": "${ARGOCD_AUTH_TOKEN}"
}
}

]
Expand Down

0 comments on commit 15d99e9

Please sign in to comment.