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

This is broken #12

Open
sciurus opened this issue Mar 24, 2021 · 0 comments · May be fixed by #17
Open

This is broken #12

sciurus opened this issue Mar 24, 2021 · 0 comments · May be fixed by #17
Assignees

Comments

@sciurus
Copy link

sciurus commented Mar 24, 2021

Metrics:
Screen Shot 2021-03-24 at 12 20 19

Logs:
/aws/lambda/gcp-cloud-users-prod-driver 2021/03/24/[$LATEST]98cfb85f8cd246519fe6178b2882fde0 Total active GCP users : 1553
/aws/lambda/gcp-cloud-users-prod-driver 2021/03/24/[$LATEST]98cfb85f8cd246519fe6178b2882fde0 1174 potential accounts, with 1553 existing GCP accounts
/aws/lambda/gcp-cloud-users-prod-driver 2021/03/24/[$LATEST]98cfb85f8cd246519fe6178b2882fde0 Users collected the driver will create: 184 and disable: 565 users.
/aws/lambda/gcp-cloud-users-prod-driver 2021/03/24/[$LATEST]98cfb85f8cd246519fe6178b2882fde0 URL being requested: POST https://admin.googleapis.com/admin/directory/v1/users?alt=json
/aws/lambda/gcp-cloud-users-prod-driver 2021/03/24/[$LATEST]98cfb85f8cd246519fe6178b2882fde0 [ERROR] HttpError: <HttpError 409 when requesting https://admin.googleapis.com/admin/directory/v1/users?alt=json returned "Entity already exists.">
Traceback (most recent call last):
  File "/var/task/driver.py", line 64, in handle
    directory.create(user)
  File "/var/task/cloud.py", line 75, in create
    return self.service.users().insert(body=body).execute()
  File "/opt/python/googleapiclient/_helpers.py", line 134, in positional_wrapper
    return wrapped(*args, **kwargs)
  File "/opt/python/googleapiclient/http.py", line 907, in execute
    raise HttpError(resp, content, uri=self.uri)

@pwnbus pwnbus self-assigned this Jun 2, 2021
@pwnbus pwnbus linked a pull request Jun 3, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants