Skip to content

Conversation

@Samathingamajig
Copy link

When deleting a secret, it's possible the underlying driver no longer holds that secret, in which case an ErrNoSuchSecret error is thrown. In previous versions, this would force the secrets manager to keep a reference to that non-existing secret.

Fixes containers/podman#27666

Signed-off-by: Samuel Gunter sgunter@utexas.edu

When deleting a secret, it's possible the underlying driver no longer holds that secret, in which case an ErrNoSuchSecret error is thrown. In previous versions, this would force the secrets manager to keep a reference to that non-existing secret.

Fixes containers/podman#27666

Signed-off-by: Samuel Gunter <sgunter@utexas.edu>
@github-actions github-actions bot added the common Related to "common" package label Dec 16, 2025
podmanbot pushed a commit to podmanbot/buildah that referenced this pull request Dec 16, 2025
@podmanbot
Copy link

✅ A new PR has been created in buildah to vendor these changes: containers/buildah#6604

Copy link
Member

@Honny1 Honny1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not sure how significant that behavior change is. What doing docker?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

common Related to "common" package

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Failed to remove secrets(driver=pass) when inspected storages no longer exist.

3 participants