-
Notifications
You must be signed in to change notification settings - Fork 95
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 2005816: make projectid and region anonymization consistent #534
Bug 2005816: make projectid and region anonymization consistent #534
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Sergey1011010 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
if config.Status.Storage.Azure != nil { | ||
anonymizeAzureStorage(config.Status.Storage.Azure) | ||
} | ||
if config.Status.Storage.GCS != nil { | ||
anonymizeGCSStorage(config.Status.Storage.GCS) | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes here are not required right :)
@Sergey1011010 This won't be so easy. The |
11ca907
to
58cc34c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems quite alright to me just by looking at the code, but shouldn't there be at least some tests, or is this one of those cases where it's very difficult to create a unit test due to the fake API limitations?
@natiiix well, it just extends the existing anonymization which wasn't tested before as well. |
|
||
valueStr, _ := value.(string) | ||
return unstructured.SetNestedField(data, String(valueStr), fields...) | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was doing something very similar in pkg/utils/unstructerd_wrappers.go
(but without anonymization/setting the field) so maybe we could move it there. WDYT?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's relates more to anonymize package than to utils.
@Sergey1011010 Correct, but it would be nice to add at least something - e.g the infrastucture gatherer (there's no dynamic client used) and |
There's also existing BZ for this so you can update the PR please. |
@Sergey1011010: This pull request references Bugzilla bug 2005816, which is invalid:
Comment In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@tremes do you mean this one? |
@Sergey1011010 yes sir. Thanks |
/bugzilla refresh |
@tremes: This pull request references Bugzilla bug 2005816, which is invalid:
Comment In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/bugzilla refresh |
@tremes: This pull request references Bugzilla bug 2005816, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker. 3 validation(s) were run on this bug
Requesting review from QA contact: In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Reviewed & verified. Thank you! |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
22 similar comments
/retest-required Please review the full test history for this PR and help us cut down flakes. |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
/retest |
@Sergey1011010: all tests passed! Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
@Sergey1011010: All pull requests linked via external trackers have merged: Bugzilla bug 2005816 has been moved to the MODIFIED state. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Categories
Sample Archive
path/to/sample_data.json
Documentation
path/to/documentation.md
Unit Tests
path/to/file_test.go
Privacy
Yes. There are no sensitive data in the newly collected information.
Changelog
Breaking Changes
Yes/No
References
https://issues.redhat.com/browse/CCXDEV-5970
https://bugzilla.redhat.com/show_bug.cgi?id=???
https://access.redhat.com/solutions/???