Open wrmedford opened 17 hours ago
Component | Endpoints |
---|---|
argocd | https://argocd-327urm.bunnyenv.com/ |
argocd-ttyd | https://argocd-web-cli-327urm.bunnyenv.com/ |
See: Environment Details | Pipeline Logs
Available commands (reply to this comment):
/bns:stop
to stop the environment /bns:deploy
to redeploy the environment /bns:delete
to remove the environment Attention: Patch coverage is 36.53846%
with 66 lines
in your changes missing coverage. Please review.
Project coverage is 54.97%. Comparing base (
e8d5265
) to head (a463c2b
). Report is 5 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Closes https://github.com/argoproj/argo-cd/issues/14250
This allows for generic JWTs to be used for authentication that are minted outside of Argo. Argo currently mints its own JWTs for auth outside of Dex, and this extends its capabilities to utilize JWTs that originate from Identity Aware Proxies.
Checklist: