mirror of
https://github.com/containers/podman.git
synced 2025-11-29 17:48:05 +08:00
fix(api/compat): typo in the remove secret handle
Fixes https://github.com/containers/podman/issues/27548 Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com>
This commit is contained in:
@@ -76,3 +76,11 @@ t DELETE secrets/bogus 404
|
||||
|
||||
# secret update not implemented
|
||||
t POST secrets/mysecret/update 501
|
||||
|
||||
# compat api
|
||||
t POST /secrets/create Name=foosecret Data=c2VjcmV0 200
|
||||
|
||||
t GET /secrets/foosecret 200 \
|
||||
.Spec.Name=foosecret
|
||||
|
||||
t DELETE /secrets/foosecret 204
|
||||
|
||||
Reference in New Issue
Block a user