mirror of
https://github.com/coder/coder.git
synced 2026-06-07 15:08:20 +00:00
7d7c84bb4d
See also: https://github.com/coder/coder/pull/9522 - Adds commands `server dbcrypt {rotate,decrypt,delete}` to re-encrypt, decrypt, or delete encrypted data, respectively. - Plumbs through dbcrypt in enterprise/coderd (including unit tests). - Adds documentation in admin/encryption.md. This enables dbcrypt by default, but the feature is soft-enforced on supplying external token encryption keys. Without specifying any keys, encryption/decryption is a no-op.
13 lines
344 B
Plaintext
13 lines
344 B
Plaintext
Usage: coder server dbcrypt
|
|
|
|
Manage database encryption.
|
|
|
|
[1mSubcommands[0m
|
|
decrypt Decrypt a previously encrypted database.
|
|
delete Delete all encrypted data from the database. THIS IS A
|
|
DESTRUCTIVE OPERATION.
|
|
rotate Rotate database encryption keys.
|
|
|
|
---
|
|
Run `coder --help` for a list of global options.
|