Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enh: Adding user email address to user object for filter pipeline #3305

Closed
michaeltansg opened this issue Jun 20, 2024 · 1 comment
Closed

Comments

@michaeltansg
Copy link

michaeltansg commented Jun 20, 2024

Is your feature request related to a problem? Please describe.
I am trying to create a filter pipeline that will append metadata to the body in the inlet method using information from the user object. However, I would like to use the email address of the user since downstream services uses the email address to identify the user.

Describe the solution you'd like
Adding the user email to the user object here.

Describe alternatives you've considered
Workarounds I have considered:

  • Querying the database by the user id
  • GET /api/v1/auths/

Additional context
Downstream services: litellm, langfuse.

@tjbck
Copy link
Contributor

tjbck commented Jun 20, 2024

Added to dev!

@tjbck tjbck closed this as completed Jun 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants