You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/api/badge?name=app.domain.com no longer renders a bage and returns HTTP 400 bad request
To Reproduce
Create an ArgoCD app and name it so that it has a dot in its name (we use domain names for our ArgoCD apps, so something like app.domain.com for example)
Try and render the app status badge by requesting /api/badge/name=app.domain.com
This is caused by this commit: 543fc25 because validation.NameIsDNSLabel now fails due to application name containing dots.
Checklist:
argocd version
.Describe the bug
/api/badge?name=app.domain.com no longer renders a bage and returns HTTP 400 bad request
To Reproduce
This is caused by this commit: 543fc25 because
validation.NameIsDNSLabel
now fails due to application name containing dots.Expected behavior
A status badge to be rendered.
Screenshots
Version
The text was updated successfully, but these errors were encountered: