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
Other... Please describe:
Currently to use Jovo with Dialogflow we need to generate service account key which is not secure practice. Jovo should work with Workload Identity Federation and locally with Default Application Credentials instead of using json key.
Expected Behavior
Run jovo deploy with default application credentials locally or with provided Workload Identity Federation file.
Current Behavior
We need to priovide json key.
Error Log
[14:04:47] →
› Error: There was a problem:
›
› [ERR] Could not activate your service account: ERROR:
› (gcloud.auth.activate-service-account) The .json key file is not in a
› valid format.
›
›
› Module: jovo-cli-platform-google
›
Your Environment
Jovo Framework version used: jovo-cli@3.0.21
Operating System: docker build
The text was updated successfully, but these errors were encountered:
Issue is that there is used gcloud auth activate-service-account --key-file while it require to be gcloud auth login --cred-file. When I did dirty hack on CI to replace command in node_modules it works.
I'm submitting a...
Currently to use Jovo with Dialogflow we need to generate service account key which is not secure practice. Jovo should work with Workload Identity Federation and locally with Default Application Credentials instead of using json key.
Expected Behavior
Run jovo deploy with default application credentials locally or with provided Workload Identity Federation file.
Current Behavior
We need to priovide json key.
Error Log
Your Environment
The text was updated successfully, but these errors were encountered: