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

iam: Implement support #1193

Closed
wants to merge 2 commits into from

Conversation

stephenplusplus
Copy link
Contributor

RE: #1192

This pulls the IAM object outside of the Pub/Sub code it's previously been buried under.

Blockers

To Dos

  • Tests
    • System
      • IAM
      • IAM via Pub/Sub
    • Unit
      • iam/index.js

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Mar 30, 2016
*/
this.iam = new IAM(pubsub, this.name);
var iam;
Object.defineProperty(this, 'iam', {

This comment was marked as spam.

@stephenplusplus
Copy link
Contributor Author

@callmehiphop when you have a chance, can you try to track down what I might be doing wrong that causes this error during the build?

this.iam = new IAM(pubsub, this.name);
var iam;
Object.defineProperty(this, 'iam', {
get() {

This comment was marked as spam.

This comment was marked as spam.

@stephenplusplus
Copy link
Contributor Author

This PR has been somewhat nullified until IAM support is better supported. It may be worth pulling some code out of this PR when that happens.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement. status: blocked Resolving the issue is dependent on other work.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants