We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Metrics:
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)
The text was updated successfully, but these errors were encountered:
pwnbus
Successfully merging a pull request may close this issue.
Metrics:
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)
The text was updated successfully, but these errors were encountered: