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

Start implementing setIamPolicy, getIamPolicy, and testIamPermissions #1073

Closed
dhermes opened this issue Aug 19, 2015 · 15 comments
Closed

Start implementing setIamPolicy, getIamPolicy, and testIamPermissions #1073

dhermes opened this issue Aug 19, 2015 · 15 comments
Assignees
Labels
api: pubsub Issues related to the Pub/Sub API.

Comments

@dhermes
Copy link
Contributor

dhermes commented Aug 19, 2015

I thought we already had an issue filed, must have mismembered.

See googleapis/google-cloud-node#758 and googleapis/google-cloud-node#767

@tseaver Care to take a stab at it?

@dhermes dhermes added the api: pubsub Issues related to the Pub/Sub API. label Aug 19, 2015
@tseaver tseaver self-assigned this Aug 19, 2015
@dhermes
Copy link
Contributor Author

dhermes commented Aug 27, 2015

@tseaver Are you planning on doing this or just added docs as a resource?

@tseaver
Copy link
Contributor

tseaver commented Aug 31, 2015

I'm still planning on it.

@dhermes
Copy link
Contributor Author

dhermes commented Aug 31, 2015

Great to hear

@dhermes
Copy link
Contributor Author

dhermes commented Dec 31, 2015

@tseaver Still planning on it?

@tseaver
Copy link
Contributor

tseaver commented Jan 7, 2016

Dropped off my radar, I'm afraid.

@dhermes
Copy link
Contributor Author

dhermes commented Jan 7, 2016

Coming back on the radar or no?

@tseaver
Copy link
Contributor

tseaver commented Jan 7, 2016

Depends on priorities, really. @jgeewax, how important would you rate this feature?

@tseaver
Copy link
Contributor

tseaver commented Mar 18, 2016

I will tackle this issue today: it is a prerequisite for using topics as logging sink destinations (or at least for being able to script the topic setup for sink system tests).

@dhermes
Copy link
Contributor Author

dhermes commented Mar 18, 2016

Good to hear. ISTM this probably belongs in oauth2client. WDYT?

@tseaver
Copy link
Contributor

tseaver commented Mar 18, 2016

I'm confused: those operations are about changing security settings on the API subject-domain resources (projects / topics / subscriptions.) I don't see anything related to oauth2client.

@dhermes
Copy link
Contributor Author

dhermes commented Mar 18, 2016

I am unfamiliar with how they work so take my previous comment with a grain of salt

@tseaver
Copy link
Contributor

tseaver commented Mar 18, 2016

These methods are basically attacking the same problem as BucketACL/ObjectACL in Cloud Storage, or Dataset.access_grants in BigQuery.

@theacodes
Copy link
Contributor

Right on, @tseaver. These methods essentially API-level ACLs.

@dhermes
Copy link
Contributor Author

dhermes commented Mar 18, 2016

SGTm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: pubsub Issues related to the Pub/Sub API.
Projects
None yet
Development

No branches or pull requests

3 participants