Skip to content

Commit

Permalink
Merge pull request #12 from OhZedTee/bug/iamPermissionFix
Browse files Browse the repository at this point in the history
Fixing Over Permission that changes Cloud Run IAM to allow NoAuth
  • Loading branch information
stefda authored Jul 2, 2021
2 parents d158963 + 35ef7f4 commit a74fea1
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 a74fea1

Please sign in to comment.