Bug 1977342
| Summary: | [release-4.8] Fix obfuscation translation table secret 4.8 | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Serhii Zakharov <szakharo> |
| Component: | Insights Operator | Assignee: | Serhii Zakharov <szakharo> |
| Status: | CLOSED ERRATA | QA Contact: | Dmitry Misharov <dmisharo> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 4.8 | CC: | aos-bugs, ctauchen, inecas, mklika, msevcsik, tremes, wking |
| Target Milestone: | --- | Flags: | szakharo:
needinfo-
|
| Target Release: | 4.8.z | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | No Doc Update | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-10-19 20:35:31 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: | |||
| Bug Depends On: | 1977346 | ||
| Bug Blocks: | |||
|
Description
Serhii Zakharov
2021-06-29 13:44:29 UTC
*** Bug 1991076 has been marked as a duplicate of this bug. *** Verified on 4.8.0-0.nightly-2021-10-13-170448. Steps for verifications: 1. Enable obfuscation: a. oc edit secret support -n openshift-config b. add "enableGlobalObfuscation" key with value "true" 2. Restart the insights-operator 3. Check inights-operator logs: oc logs -f -l app=insights-operator -n openshift-insights I0707 13:18:44.032618 1 anonymizer.go:306] Failed to delete translation table secret. err: secrets "obfuscation-translation-table" not found I0707 13:18:44.040353 1 anonymizer.go:329] Created/Updated obfuscation-translation-table secret in openshift-insights namespace 4. Check if obfuscation-translation-table secret exists: oc edit secret obfuscation-translation-table -n openshift-insights *** Bug 1958790 has been marked as a duplicate of this bug. *** 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 (OpenShift Container Platform 4.8.15 bug fix update), 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-2021:3821 |