Skip to content

Commit

Permalink
Fixing overpermission that changes Cloud Run IAM to allow NoAuth
Browse files Browse the repository at this point in the history
  • Loading branch information
OhZedTee committed May 13, 2021
1 parent d158963 commit 35ef7f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ gcloud run deploy "$INPUT_SERVICE" \
--image "$INPUT_IMAGE" \
--platform managed \
--region "$INPUT_REGION" \
--allow-unauthenticated \
${ENV_FLAG}

gcloud run services update-traffic "$INPUT_SERVICE" --to-latest \
Expand Down

0 comments on commit 35ef7f4

Please sign in to comment.