-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Related issue: #789
Intro
- Implementation of DBCrypt: https://github.com/coder/coder/blob/main/enterprise/dbcrypt/dbcrypt.go
- Example of DBCrypt wrapper: https://github.com/coder/coder/blob/c6efe64a65a6392305ddc2e57c1c8b11089d5819/enterprise/dbcrypt/dbcrypt.go#L154-L172
Sub-tasks
- Add DBCrypt wrappers for the following methods:
- CreateOrganizationSecret
- UpdateOrganizationSecret
- GetOrganizationSecretWithValue
- Add unit-tests
- Add API-level tests (with and without the license). DBCrypt is enabled only when license is provided, without the license it's a no-op.
- Test manually with CLI or curl + API (with and without the license).
Metadata
Metadata
Assignees
Labels
No labels