Skip to content
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

Go: Disable iam admin Get/Set/Test methods #173

Merged
merged 1 commit into from Oct 14, 2016
Merged

Go: Disable iam admin Get/Set/Test methods #173

merged 1 commit into from Oct 14, 2016

Conversation

pongad
Copy link
Contributor

@pongad pongad commented Oct 14, 2016

This commit disable iam admin's GetIamPolicy, SetIamPolicy,
and TestIamPermissions.

These methods are to be handwritten later.

Update googleapis/google-cloud-go#340

This also affects https://code-review.googlesource.com/#/c/8291/ . I would rather 8291 lands first to reduce churn.

This commit disable iam admin's GetIamPolicy, SetIamPolicy,
and TestIamPermissions.

These methods are to be handwritten later.

Update googleapis/google-cloud-go#340
@pongad pongad merged commit 2a8ef63 into googleapis:master Oct 14, 2016
@pongad pongad deleted the disable-iam-method branch October 14, 2016 12:38
bjwatson pushed a commit that referenced this pull request Oct 17, 2016
This commit disable iam admin's GetIamPolicy, SetIamPolicy,
and TestIamPermissions.

These methods are to be handwritten later.

Update googleapis/google-cloud-go#340
pongad added a commit that referenced this pull request Oct 24, 2016
This is a followup to #173
This commit partially reverts it by setting TestIamPermissions back to
public.
It also make {Get,Set}IamPolicy private instead of deleting them,
to make the hand-written version easier.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants