mirror of
https://github.com/coder/coder.git
synced 2026-06-03 13:08:25 +00:00
feat: enable key rotation (#15066)
This PR contains the remaining logic necessary to hook up key rotation to the product.
This commit is contained in:
Generated
+2
-1
@@ -38,7 +38,8 @@ CREATE TYPE build_reason AS ENUM (
|
||||
);
|
||||
|
||||
CREATE TYPE crypto_key_feature AS ENUM (
|
||||
'workspace_apps',
|
||||
'workspace_apps_token',
|
||||
'workspace_apps_api_key',
|
||||
'oidc_convert',
|
||||
'tailnet_resume'
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user