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

Bug 1567004 - Delete extracted credentials secret during synchronous unbind #899

Merged
merged 1 commit into from Apr 20, 2018

Conversation

djwhatle
Copy link
Contributor

Describe what this PR does and why we need it:

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1567004

Without this, each synchronous bind operation (not using launch_apb_on_bind) creates a secret in broker namespace that will never get deleted.

This appears to only be an issue with synchronous bind, as bundle-lib handles this in unbind.go.

Changes proposed in this pull request

  • Add apb.DeleteExtractedCredentials call to the synchronous unbind code path

@openshift-ci-robot openshift-ci-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Apr 19, 2018
@jmrodri jmrodri self-requested a review April 20, 2018 15:18
Copy link
Contributor

@jmrodri jmrodri left a comment

Choose a reason for hiding this comment

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

ACK

@shawn-hurley shawn-hurley merged commit 7d27516 into openshift:master Apr 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants