Building Secure ADK Agents on Gemini Enterprise: Using User Identity for Dynamic Filtering #3783
Closed
rghv-cwx
started this conversation in
Show and tell
Replies: 1 comment
|
Really solid write-up. Passing the user's email through from Gemini Enterprise for deterministic identity-based filtering is exactly the kind of pattern more people building on ADK should see. Closing this as Show and Tell since it's an integration pattern rather than an ADK core issue, feel free to link the samples PR here whenever it's ready. Keep the posts coming. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hey everyone, I recently encountered a use case where I had to use the user email dynamically from Gemini Enterprise, and pass it to the deployed adk agent. This was done to ensure determinstic filtering and applying a low level filtering.
Here is a blog post, I wrote which covers the concept of doing the same.
I will soon be adding a PR to the
adk-python/contributing/samples/which covers the whole implementation.Blog post: Building Secure ADK Agents on Gemini Enterprise: Using User Identity for Dynamic Filtering
All reactions