Bug 1501254
Summary: | Service secret was not deleted after deprovision | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Zhang Cheng <chezhang> |
Component: | Management Console | Assignee: | David Taylor <dtaylor> |
Status: | CLOSED ERRATA | QA Contact: | Zhang Cheng <chezhang> |
Severity: | low | Docs Contact: | |
Priority: | medium | ||
Version: | 3.7.0 | CC: | aos-bugs, jforrest, jhadvig, jiazha, jokerman, mmccomas, pmorie, wmeng, wzheng, xxia |
Target Milestone: | --- | ||
Target Release: | 3.9.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | No Doc Update | |
Doc Text: |
undefined
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2018-03-28 14:07:14 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Comment 1
Paul Morie
2017-10-13 16:15:33 UTC
The secret 'dh-mediawiki123-apb-parameters-i9cwj' is not from Service Catalog. It's from the oc console. I can reproduce, I see the secret still present after deprovisioning. I discussed with Sam, this is a known issue and will be addressed in 3.8. We cannot set an owner reference from the secret to the service instance in 3.7 due to limitations with garbage collection in 3.7. We should be able to fix this in 3.8. *** Bug 1505777 has been marked as a duplicate of this bug. *** *** Bug 1505791 has been marked as a duplicate of this bug. *** Why "target release" still is ocp3.7? Verified Secret/Binding was removed after deprovisioning. Using oc v3.9.0-alpha.3 and latest console code and docker images. Provisioned Service: oc get secrets -n my-second-project | grep postgresql postgresql Opaque 3 25m postgresql-persistent-parameterspi9as Opaque 1 25m postgresql-persistent-r2gd2-credentials-1m4r0 Opaque 4 16m After Deprovisioning Service: oc get secrets -n my-second-project | grep postgresql <no output> Since we know this was fixed by a k8s rebase I will just mark as fixed by https://github.com/openshift/origin/pull/18003 QE also verified with latest downstream image. Passed. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2018:0489 |