mirror of
https://github.com/coder/coder.git
synced 2025-07-06 15:41:45 +00:00
3 lines
228 B
SQL
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.';
|