sparse-intern-71089
06/01/2023, 7:20 AMthousands-toothbrush-98776
08/25/2023, 9:19 PMbillowy-army-68599
thousands-toothbrush-98776
08/25/2023, 10:03 PMthousands-toothbrush-98776
08/25/2023, 10:04 PMthousands-toothbrush-98776
08/25/2023, 10:05 PMmy_service_policy = gcp.cloudrunv2.ServiceIamPolicy(
"my_service_policy",
location=gcp_region_name,
name=my_function.service_config.service,
policy_data=json.dumps({
"bindings": [
{
"members": [
"allUsers"
],
"role": "roles/run.invoker"
}
]
}),
project=gcp_project_name,
)
thousands-toothbrush-98776
08/25/2023, 10:05 PMrefined-rose-1179
09/04/2023, 8:40 AM