Skip to main content
← Back to list
01Issue
BugShippedExtensionsPublic
Assigneesstack72

Relationships

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

Opened by stack72 · 7/26/2026· Shipped 7/27/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+ 1 MOREASSIGNED+ 2 MOREREVIEW+ 4 MOREPR_MERGED+ 1 MORENOTIFICATION_SKIPPED

Shipped

7/27/2026, 2:31:23 PM

Click a lifecycle step above to view its details.

03Sludge Pulse
stack72 assigned stack727/27/2026, 1:00:58 PM

Sign in to post a ripple.