Replies: 2 comments
-
I think the best way to solve this a proxy with a service account for authentication inbetween. That's what I have seen others use and what I used myself. |
Beta Was this translation helpful? Give feedback.
-
Hi Michael 👋 Thanks alot for the response! So with proxy you are talking about IAP , right? So in practice you would manually add all the users that should have access to the app? This is the best guide I have found thus far: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I realize now that this may be more of a GCP issue than an ADK. However, have not seen this issue in any tutorials or in the documentation (might have missed it)
I know of google IAM and IAP. IAP seems to have so many steps that I wonder if I am missing something. Lets say I make a simple ADK app and deploy it using gcloud. Should it not be failry easy to make only me (the owner) and someone else (the client) be able to use the app?
So I guess what I am really asking is what are the common (and best) practices to give access to an ADK application.
I also know that ADK is standalone so I could try to deploy on another service that makes it easer to share with a client but I have not looked into those options yet.
Beta Was this translation helpful? Give feedback.
All reactions