Description of problem: The anonymizer has a translation-table about the obfuscated IP addresses. As of right now its inaccessible, so this change would store the translation-table in a Secret in the openshift-insights namespace. On the Web UI you can easily find the secrets under Workloads -> Secrets, the name of the secret is obfuscation-translation-table. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
verification failed: I have enabled obfuscation in support secret, by setting enableGlobalObfuscation key to true. 0610 10:31:37.379677 1 anonymizer.go:277] Failed to delete translation table secret. err: secrets "obfuscation-translation-table" is forbidden: User "system:serviceaccount:openshift-insights:gather" cannot delete resource "secrets" in API group "" in the namespace "openshift-insights" E0610 10:31:37.389146 1 anonymizer.go:297] Failed to create the translation table secret. err: secrets is forbidden: User "system:serviceaccount:openshift-insights:gather" cannot create resource "secrets" in API group "" in the namespace "openshift-insights"
Tested on 4.8.0-fc.9. I've got the same errors as in https://bugzilla.redhat.com/show_bug.cgi?id=1958790#c2.
*** This bug has been marked as a duplicate of bug 1977342 ***