Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions vault/1password/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# BEGIN swamp managed section - DO NOT EDIT

# Runtime data (not needed in version control)
.swamp/

# Claude Code configuration (managed by swamp)
.claude/
# END swamp managed section

CLAUDE.md
5 changes: 5 additions & 0 deletions vault/1password/.swamp.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
swampVersion: 20260206.200442.0
initializedAt: '2026-03-17T18:26:56.550Z'
repoId: 2db600a8-1df3-4e50-a855-ae339aa9c337
tool: claude
gitignoreManaged: true
1 change: 1 addition & 0 deletions vault/1password/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ manifestVersion: 1
name: "@swamp/1password"
version: "2026.03.17.1"
description: "1Password vault provider — uses the op CLI for secret operations"
repository: "https://github.com/systeminit/swamp-extensions"
vaults:
- onepassword.ts
labels:
Expand Down
10 changes: 10 additions & 0 deletions vault/aws-sm/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# BEGIN swamp managed section - DO NOT EDIT

# Runtime data (not needed in version control)
.swamp/

# Claude Code configuration (managed by swamp)
.claude/
# END swamp managed section

CLAUDE.md
5 changes: 5 additions & 0 deletions vault/aws-sm/.swamp.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
swampVersion: 20260206.200442.0
initializedAt: '2026-03-17T18:27:48.104Z'
repoId: 299d5c14-f171-4c04-9f42-ad837a77c05b
tool: claude
gitignoreManaged: true
1 change: 1 addition & 0 deletions vault/aws-sm/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ manifestVersion: 1
name: "@swamp/aws-sm"
version: "2026.03.17.1"
description: "AWS Secrets Manager vault provider"
repository: "https://github.com/systeminit/swamp-extensions"
vaults:
- aws_sm.ts
labels:
Expand Down
10 changes: 10 additions & 0 deletions vault/azure-kv/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# BEGIN swamp managed section - DO NOT EDIT

# Runtime data (not needed in version control)
.swamp/

# Claude Code configuration (managed by swamp)
.claude/
# END swamp managed section

CLAUDE.md
5 changes: 5 additions & 0 deletions vault/azure-kv/.swamp.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
swampVersion: 20260206.200442.0
initializedAt: '2026-03-17T18:28:02.387Z'
repoId: 19364e34-a63d-46c2-8836-ed8eefd9c53f
tool: claude
gitignoreManaged: true
1 change: 1 addition & 0 deletions vault/azure-kv/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ manifestVersion: 1
name: "@swamp/azure-kv"
version: "2026.03.17.1"
description: "Azure Key Vault vault provider"
repository: "https://github.com/systeminit/swamp-extensions"
vaults:
- azure_kv.ts
labels:
Expand Down
Loading