TestProvider_KVv2_GetAllSecrets_NoMatch.yaml 979 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. ---
  2. version: 2
  3. interactions:
  4. - id: 0
  5. request:
  6. proto: HTTP/1.1
  7. proto_major: 1
  8. proto_minor: 1
  9. content_length: 0
  10. host: localhost:8200
  11. form:
  12. list:
  13. - "true"
  14. headers:
  15. X-Vault-Request:
  16. - "true"
  17. X-Vault-Token:
  18. - root
  19. url: http://localhost:8200/v1/secret/metadata/empty?list=true
  20. method: GET
  21. response:
  22. proto: HTTP/1.1
  23. proto_major: 1
  24. proto_minor: 1
  25. content_length: 14
  26. body: |-
  27. {
  28. "errors": []
  29. }
  30. headers:
  31. Cache-Control:
  32. - no-store
  33. Content-Length:
  34. - "14"
  35. Content-Type:
  36. - application/json
  37. Strict-Transport-Security:
  38. - max-age=31536000; includeSubDomains
  39. status: 404 Not Found
  40. code: 404
  41. duration: 0s