mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
feat: add ai_gateway_keys table and related RBAC (#25563)
Adds table to store keys that AI Gateway standalone replicas will use to authenticate into Coderd. Also adds RBAC and audit boilerplate.
This commit is contained in:
committed by
GitHub
parent
49c2142d2d
commit
f22d4e2cbb
@@ -261,8 +261,10 @@ sql:
|
||||
ai_provider: AIProvider
|
||||
ai_provider_key: AIProviderKey
|
||||
ai_provider_type: AIProviderType
|
||||
ai_gateway_key: AIGatewayKey
|
||||
resource_type_ai_provider: ResourceTypeAIProvider
|
||||
resource_type_ai_provider_key: ResourceTypeAIProviderKey
|
||||
resource_type_ai_gateway_key: ResourceTypeAIGatewayKey
|
||||
mcp_server_config: MCPServerConfig
|
||||
mcp_server_configs: MCPServerConfigs
|
||||
mcp_server_user_token: MCPServerUserToken
|
||||
|
||||
Reference in New Issue
Block a user