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
Is your feature request related to a problem? Please describe.
When using the service webhook with an invalid tag the status of the swarm service’s task becomes “rejected” and the swarm service becomes out of service.
e.g. curl -X POST http://localhost:9000/api/webhooks/5d300dae-8ab8-4ce5-b429-cd82735de521?tag=hahaha
Describe the solution you'd like
The service webhook should guard against invalid tags
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When using the service webhook with an invalid tag the status of the swarm service’s task becomes “rejected” and the swarm service becomes out of service.
e.g.
curl -X POST http://localhost:9000/api/webhooks/5d300dae-8ab8-4ce5-b429-cd82735de521?tag=hahaha
Describe the solution you'd like
The service webhook should guard against invalid tags
The text was updated successfully, but these errors were encountered: