Skip to content

Commit

Permalink
Comment out invoker only
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaraphael committed Oct 12, 2023
1 parent 1043732 commit ee89f86
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions stack/cloud_function_ais_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,13 @@
service_account_email=cloud_function_service_account.email,
)

invoker = cloudfunctions.FunctionIamMember(
construct_name("cloud-function-ais-invoker"),
project=fxn.project,
region=fxn.region,
cloud_function=fxn.name,
role="roles/cloudfunctions.invoker",
member="allUsers",
)
# invoker = cloudfunctions.FunctionIamMember(
# construct_name("cloud-function-ais-invoker"),
# project=fxn.project,
# region=fxn.region,
# cloud_function=fxn.name,
# role="roles/cloudfunctions.invoker",
# member="allUsers",
# )

config_values["FUNCTION_URL"] = fxn.https_trigger_url

0 comments on commit ee89f86

Please sign in to comment.