kestra-io / kestra

:zap: Workflow Automation Platform. Orchestrate & Schedule code in any language, run anywhere, 500+ plugins. Alternative to Zapier, Rundeck, Camunda, Airflow...
https://kestra.io
Apache License 2.0
11.03k stars 952 forks source link

KV store: delete not possible if an entry is selected #5650

Open schmanat opened 3 days ago

schmanat commented 3 days ago

Describe the issue

It's not possible to delete an entry in the KV store via checkbox. If I select an entry (i.e. os) and than try to delete it, i get the following error message:

method not allowed:
Method Not Allowed: Method [DELETE] not allowed for URI [/api/v1/namespaces/adsd.linux.system/kv]. Allowed methods: [HEAD, GET]

delete_not_posible

But, if I use the trash icon everything works.

Environment

MilosPaunovic commented 3 days ago

Can't reproduce it locally or on OSS preview. @Ben8t, could you try it?

Ben8t commented 3 days ago

Not able to reproduce either on my side (OSS preview or locally on develop) @schmanat can you try on kestra:develop ?

schmanat commented 2 days ago

Hi

in the develop version it works (kestra:develop).

MilosPaunovic commented 2 days ago

@fhussonnois Could this be happening because we've missed to backport the bulk delete endpoint to the 0.19.x version?