[Performance]Add Token Management (#55)
* 0.5.1 Version * fix 0.5.1 schema async bug * fix security bug * fix security bug * Add complete Token, JWT, OAuth authentication system * Add complete Token, JWT, OAuth authentication system * Add complete Token, JWT, OAuth authentication system * Add complete Token, JWT, OAuth authentication system * Add a controllable MCP Server DB Pool permission authentication system, connect it with the Doris permission system, and provide it to enterprise-level applications concurrently with the multi-Worker mode. * Add Tokens Management
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": "1.0",
|
||||
"description": "Simplified Token configuration file for Doris MCP Server API access control",
|
||||
"description": "Doris MCP Server Token configuration file",
|
||||
"created_at": "2025-09-01T00:00:00Z",
|
||||
"tokens": [
|
||||
{
|
||||
@@ -20,7 +20,7 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"token_id": "analyst-token",
|
||||
"token_id": "analyst-token",
|
||||
"token": "doris_analyst_token_123456",
|
||||
"description": "Doris analyst API access token",
|
||||
"expires_hours": 8760,
|
||||
|
||||
Reference in New Issue
Block a user