This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
Here’s where you’ll find a buzzing community of Security professionals from around the world with one common mission: bringing their Security platforms to the next level.
Hello,I have a Python code deployed into cloud run as service. This
script use a cloud run admin api to create a job and run it after
creation if response of create job request is = 200.if I try the code
from local works fine. If I try the script int...
Hello,i have developed a flask rest api that create dinamically a job
using cloud run admin api.Now i need to creare a rest api that when is
called, create a scheduler of a job using Cloud Scheduler Api.I have
seen that the cloud scheduler want a aut...
Hello,i'm trying to write a python function to create dynamically a
trigger schedule on cloud run job using scheduler admin api.I have
implemented this code: import requests from google.oauth2 import
service_account import google.auth.transport.reque...
Hello,i have delevoped a flask api that create dynamically a cloud run
job.The api works fine if i deploy as cloud run service and call it from
Postman, but if i run the flask api with cloud run emulator and try to
call api always using Postman, this...
Hi all,i'm developing with my VS Code and cloud Code installed, on MacOS
Catalina version 10.15.7I have connected the code project on my google
cloud project and when i run google cloud emulator to debug locally, i
receive this error: Update initiate...
Hi julia, thanks for your reply.I have done all this steps but the
result is always thisFailed to create job: { "error": { "code": 401,
"message": "Request had invalid authentication credentials. Expected
OAuth 2 access token, login cookie or other v...
Hi Knet,after check of my quota limit, i don't think that the problem is
a quota, but I might be wrong. I do a request to
https://{endpoint}/v2/{parent}/jobsfor 3 times and the jobs are created
correctly, and for each job i have a function that call ...
Hi ms,also with this example there is a error: File
"/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/pg8000/core.py",
line 261, in __init__ self._usock = ssl_context.wrap_socket(self._usock,
server_hostname=host) File
...