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
Hi,
When bearer auth used, I try to delete one chart, the chart has been deleted, but I find the chart exists when I use /api//charts to list charts.
steps:
Hi,
When bearer auth used, I try to delete one chart, the chart has been deleted, but I find the chart exists when I use /api//charts to list charts.
steps:
curl -H "Authorization: Bearer $TOKEN" http://<host>/api/<project>/charts --data-binary "@mychart-0.0.1.tgz"
curl -H "Authorization: Bearer $TOKEN" http://<host>/api/<project>/charts --data-binary "@mychart-0.0.2.tgz"
curl -H "Authorization: Bearer $TOKEN" http://<host>/api/<project>/charts --data-binary "@mychart-0.0.3.tgz"
curl -H "Authorization: Bearer $TOKEN" http://<host>/api/<project>/charts
Response: 3 charts exist.
curl -H "Authorization: Bearer $TOKEN" http://<host>/api/<project>/charts/mychart/0.0.1 -X DELETE
curl -H "Authorization: Bearer $TOKEN" http://<host>/api/<project>/charts
Response: 3 charts exist.
curl -H "Authorization: Bearer $TOKEN" http://<host>/api/<project>/charts/mychart/0.0.1 -X DELETE
Response: no such file or directory
The text was updated successfully, but these errors were encountered: