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

Create a drizzle table schema definition for project keys #165

Closed
Tracked by #130
achou11 opened this issue Aug 14, 2023 · 0 comments · Fixed by #169
Closed
Tracked by #130

Create a drizzle table schema definition for project keys #165

achou11 opened this issue Aug 14, 2023 · 0 comments · Fixed by #169
Assignees

Comments

@achou11
Copy link
Member

achou11 commented Aug 14, 2023

define columns for:

  • project key (text type since not encrypted, not nullable, primary key)
  • project secret key (blob type since encrypted, nullable)
  • 4 encryption keys (1 for each namespace, blob type since encrypted, nullable)

this can be done in the project client level schema defs i.e. src/schema/client.js

@achou11 achou11 changed the title Create a drizzle table schema definition to project keys Create a drizzle table schema definition for project keys Aug 14, 2023
@achou11 achou11 self-assigned this Aug 14, 2023
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

Successfully merging a pull request may close this issue.

1 participant