Bug 1977346
| Summary: | Fix obfuscation translation table secret 4.9 | ||
|---|---|---|---|
| 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.9 | CC: | aos-bugs, dmisharo, inecas, mklika, tremes |
| Target Milestone: | --- | ||
| Target Release: | 4.9.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Enhancement | |
| Doc Text: |
The backport https://bugzilla.redhat.com/show_bug.cgi?id=1977342 requires to be depended on a bug for 4.9 which we don't have
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-10-18 17:36:56 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: | |||
| Bug Blocks: | 1977342 | ||
|
Description
Serhii Zakharov
2021-06-29 13:50:58 UTC
Verified on 4.9.0-0.nightly-2021-07-07-021823. 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 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 (Moderate: OpenShift Container Platform 4.9.0 bug fix and security 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/RHSA-2021:3759 |