Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: coder/coder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: coder/coder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: zedkipp/rename-db-encryption-keys
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 16 files changed
  • 1 contributor

Commits on Apr 9, 2026

  1. refactor: rename external-token-encryption flags and env vars to db-e…

    …ncryption
    
    Flags and environment variables for database encryption now cover far more
    than external tokens: chat provider keys, MCP server configs, user secrets, and more.
    This renames the entire dbcrypt CLI surface to use `db-encryption-*` naming.
    
    Changes:
    - Add `--db-encryption-keys` as the primary server flag
      (`CODER_DB_ENCRYPTION_KEYS`)
    - Rename env vars for all `server dbcrypt` subcommand flags from
      `CODER_EXTERNAL_TOKEN_ENCRYPTION_*` to `CODER_DB_ENCRYPTION_*`
    - Preserve backwards compatibility for previous flag/environment variable names
    - Update database encryption docs to reflect the new naming and the
      broader set of encrypted fields
    zedkipp committed Apr 9, 2026
    Configuration menu
    Copy the full SHA
    2da0ebe View commit details
    Browse the repository at this point in the history
Loading