authenticate google cloud from alteryx
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Ronal_bal
8 - Asteroid
‎12-06-2022
11:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
I'm trying to run a .sh file to test the connection using run command tool.
But the .sh file throws me an error after running on the command tool as below
Can someone let us know how we can authenticate,
Run $ gcloud auth login in alteryx
Labels:
- Labels:
- Google Analytics
- Run Command
1 REPLY 1
apathetichell
19 - Altair
‎12-06-2022
11:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
You should authenticate the CLI outside of Alteryx and then do whatever you need to do in your script. If you are authenticating in your script you'll need to support some form of credential file (JWT etc) and pass in that credential file.
