-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
feat: supabase vault #1605
feat: supabase vault #1605
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Risk Level 2 - /home/runner/work/quivr/quivr/backend/repository/external_api_secret/read_secret.py
Example: def read_secret(
user_id: UUID, brain_id: UUID, secret_name: str, secret_value: str
) -> UUID | None:
Risk Level 2 - /home/runner/work/quivr/quivr/backend/repository/external_api_secret/delete_secret.py The function Risk Level 2 - /home/runner/work/quivr/quivr/backend/repository/external_api_secret/create_secret.py
Example: def create_secret(
user_id: UUID, brain_id: UUID, secret_name: str, secret_value: str
) -> UUID | None:
🔍🐛🛠️ Powered by Code Review GPT |
93de031
to
c4296a0
Compare
c4296a0
to
f3f35ee
Compare
02624ed
to
917a848
Compare
🤖 I have created a release *beep* *boop* --- ## 0.0.108 (2023-11-07) ## What's Changed * feat: add api_brain_definition table by @mamadoudicko in #1601 * feat: add brain_type column to brain table by @mamadoudicko in #1603 * feat: supabase vault by @gozineb in #1605 **Full Changelog**: v0.0.107...v0.0.108 --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
🤖 I have created a release *beep* *boop* --- ## 0.0.108 (2023-11-07) ## What's Changed * feat: add api_brain_definition table by @mamadoudicko in QuivrHQ/quivr#1601 * feat: add brain_type column to brain table by @mamadoudicko in QuivrHQ/quivr#1603 * feat: supabase vault by @gozineb in QuivrHQ/quivr#1605 **Full Changelog**: QuivrHQ/quivr@v0.0.107...v0.0.108 --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Description
#1551
Checklist before requesting a review
Please delete options that are not relevant.
Screenshots (if appropriate):