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
I'd like to report a small bug. Running a release train with the teams query parameter ?team=a_b(invoked via curl) resulted in a 400 being returned for a team that contained an underscore _ in its name. We encountered this issue for a Kuberpult instance running on version 1.15.0.
curl -sSf -X PUT $KUBERPULT_HOST/environments/$TARGET_ENV/releasetrain?team=john_doe -H "Authorization: Bearer $TOKEN"
Can you have a look?
The text was updated successfully, but these errors were encountered:
Hello Kuberpult,
I'd like to report a small bug. Running a release train with the teams query parameter
?team=a_b
(invoked via curl) resulted in a400
being returned for a team that contained an underscore_
in its name. We encountered this issue for a Kuberpult instance running on version 1.15.0.curl -sSf -X PUT $KUBERPULT_HOST/environments/$TARGET_ENV/releasetrain?team=john_doe -H "Authorization: Bearer $TOKEN"
Can you have a look?
The text was updated successfully, but these errors were encountered: