Skip to main content
← Back to list
01Issue
BugOpenExtensions
AssigneesNone

Relationships

#1406 aws-sm deleteAnnotation removes all non-aws: tags, not just swamp-specific ones

Opened by stack72 · 7/26/2026

In vault/aws-sm/extensions/vaults/aws_sm.ts, the deleteAnnotation method adds every tag whose key does not start with aws: to tagKeysToRemove, including tags the user may have set outside of swamp (e.g. env=prod, team=infra). The putAnnotation path does not remove foreign tags, so the two methods are inconsistent. The condition should be tag.Key === LEGACY_SWAMP_URL_TAG_KEY || [HOST-1]('swamp:') (or similar) rather than the inverse of aws:.

02Bog Flow
OPENTRIAGEDIN PROGRESSSHIPPED

Open

7/26/2026, 12:12:11 AM

No activity in this phase yet.

03Sludge Pulse

Sign in to post a ripple.