Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Secretsmanager: Failed to delete AWS secret if referenced K8s is deleted before #1094

Closed
MisterMX opened this issue Jan 25, 2022 · 0 comments · Fixed by #1095
Closed

Secretsmanager: Failed to delete AWS secret if referenced K8s is deleted before #1094

MisterMX opened this issue Jan 25, 2022 · 0 comments · Fixed by #1095
Labels
bug Something isn't working

Comments

@MisterMX
Copy link
Collaborator

What happened?

If a K8s secret is deleted before a Crossplane Secret the controller fails during reconcile and the external secret is never deleted.

Warning  CannotObserveExternalResource  4m3s (x34 over 16h)  managed/secret.secretsmanager.aws.crossplane.io  isUpToDate check failed: failed to get Kubernetes secret: Secret "my-secret" not found

How can we reproduce it?

  1. Create a Crossplane secret and a K8s secret
  2. Delete K8s secret
  3. Delete Crossplane secret

What environment did it happen in?

provider-aws v0.23.0

@MisterMX MisterMX added the bug Something isn't working label Jan 25, 2022
tektondeploy pushed a commit to gtn3010/provider-aws that referenced this issue Mar 12, 2024
…rnetes-patches

Update kubernetes patches to v0.29.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant