Files
coder/coderd/database/migrations/000051_comment_on_api_key_secret.up.sql
2022-09-22 22:30:32 +00:00

3 lines
228 B
SQL

COMMENT ON COLUMN api_keys.hashed_secret
IS 'hashed_secret contains a SHA256 hash of the key secret. This is considered a secret and MUST NOT be returned from the API as it is used for API key encryption in app proxying code.';