-
Notifications
You must be signed in to change notification settings - Fork 77
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
CLOUDP-229283: disable ownership detection #1371
Conversation
7928035
to
c6cb20d
Compare
c6cb20d
to
349b2ff
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.
Great fix! 👍
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.
LGTM!
Be aware though, that this is missing the subobject checks. Those are not called IsOwner
, but instead can...Reconcile
, eg. canAuditingReconcile
.
BTW, the IsOwner
is used on top level objects that we are pretty sure will remove the check for good, with no replacement. Where as the can...Reconcile
will need to be revisited with a proper alternative.
An useful regexp to find the affected code is can.*Reconcile
which renders me 36 results in 12 files. I would vote to do that in a separate PR.
These are
@josvazg if there is something missing, we should definitely add it to this PR:
This definitely should be covered by setting |
Yes, they are also disabled already, but maybe it would be good to mark the code as disabled explicitly? |
Lets do that and move on. |
349b2ff
to
abb56f4
Compare
62ab892
to
401f60e
Compare
All Submissions:
closes #XXXX
in your comment to auto-close the issue that your PR fixes (if there is one).