You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I go to terminal and run gcloud functions deploy project-google-chat --trigger-http --entry-point=co.worklytics.project.Route --service-account=project-google-chat-dwd@project-dev-erik.iam.gserviceaccount.com --env-vars-file=./configs/google-chat.yaml --runtime=java11 --project=project-dev-erik
then I get the prompt
Allow unauthenticated invocations of new function [project-google-chat]?
(y/N)?
I answer 'N' to that, and everything continues as expected. If I now try the IntelliJ run configuration again, it all works.
I'd blame IntelliJ for not picking up the prompt, yet I tried against having added allowUnauthenticated explicitly to my pom.xml, and the same behavior happens:
Console log looks as follows:
This is invoked by IntelliJ "Run Configuration".
When I go to terminal and run
gcloud functions deploy project-google-chat --trigger-http --entry-point=co.worklytics.project.Route --service-account=project-google-chat-dwd@project-dev-erik.iam.gserviceaccount.com --env-vars-file=./configs/google-chat.yaml --runtime=java11 --project=project-dev-erik
then I get the prompt
I answer 'N' to that, and everything continues as expected. If I now try the
IntelliJ
run configuration again, it all works.I'd blame
IntelliJ
for not picking up the prompt, yet I tried against having addedallowUnauthenticated
explicitly to mypom.xml
, and the same behavior happens:The text was updated successfully, but these errors were encountered: