Skip to main content
← Back to list
01Issue
BugClosedSwamp CLI
AssigneesNone

Relationships

#586 @webframp/hashicorp-vault: empty KV engine causes 'data.data.keys is not iterable' on vault put

Opened by magistr · 6/7/2026

When the KV v2 engine has zero keys, vault put fails with data.data.keys is not iterable because Vault API returns 404 on empty list and the extension does not guard against null data.data.

Steps to reproduce:

  1. Enable a fresh KV v2 mount (vault secrets enable -version=2 kv)
  2. swamp vault put hashi first/key value=x

Error: data.data.keys is not iterable

Workaround: seed one key directly via vault kv put CLI, then swamp put works normally.

Extension version: @webframp/hashicorp-vault 2026.06.01.1

02Bog Flow
OPENTRIAGEDIN PROGRESSCLOSED

Closed

6/7/2026, 4:47:11 PM

No activity in this phase yet.

03Sludge Pulse
Editable. Press Enter to edit.

stack72 commented 6/7/2026, 4:47:22 PM

Issue is for an external extension

Sign in to post a ripple.