[Performance]Add complete Token, JWT, OAuth authentication system (#52)
* 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
2025-09-02 17:01:43 +08:00
|
|
|
{
|
|
|
|
|
"version": "1.0",
|
[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
2025-09-03 11:55:38 +08:00
|
|
|
"description": "Doris MCP Server Token configuration file",
|
[Performance]Add complete Token, JWT, OAuth authentication system (#52)
* 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
2025-09-02 17:01:43 +08:00
|
|
|
"created_at": "2025-09-01T00:00:00Z",
|
|
|
|
|
"tokens": [
|
|
|
|
|
{
|
|
|
|
|
"token_id": "admin-token",
|
|
|
|
|
"token": "doris_admin_token_123456",
|
|
|
|
|
"description": "Doris admin API access token",
|
|
|
|
|
"expires_hours": null,
|
[Performance]Add a controllable MCP Server DB Pool permission authentication system (#53)
* 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.
2025-09-02 18:40:48 +08:00
|
|
|
"is_active": true,
|
|
|
|
|
"database_config": {
|
|
|
|
|
"host": "127.0.0.1",
|
|
|
|
|
"port": 9030,
|
|
|
|
|
"user": "root",
|
|
|
|
|
"password": "",
|
|
|
|
|
"database": "information_schema",
|
|
|
|
|
"charset": "UTF8",
|
|
|
|
|
"fe_http_port": 8030
|
|
|
|
|
}
|
[Performance]Add complete Token, JWT, OAuth authentication system (#52)
* 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
2025-09-02 17:01:43 +08:00
|
|
|
},
|
|
|
|
|
{
|
[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
2025-09-03 11:55:38 +08:00
|
|
|
"token_id": "analyst-token",
|
[Performance]Add complete Token, JWT, OAuth authentication system (#52)
* 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
2025-09-02 17:01:43 +08:00
|
|
|
"token": "doris_analyst_token_123456",
|
|
|
|
|
"description": "Doris analyst API access token",
|
|
|
|
|
"expires_hours": 8760,
|
[Performance]Add a controllable MCP Server DB Pool permission authentication system (#53)
* 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.
2025-09-02 18:40:48 +08:00
|
|
|
"is_active": true,
|
|
|
|
|
"database_config": {
|
|
|
|
|
"host": "127.0.0.1",
|
|
|
|
|
"port": 9030,
|
|
|
|
|
"user": "root",
|
|
|
|
|
"password": "",
|
|
|
|
|
"database": "information_schema",
|
|
|
|
|
"charset": "UTF8",
|
|
|
|
|
"fe_http_port": 8030
|
|
|
|
|
}
|
[Performance]Add complete Token, JWT, OAuth authentication system (#52)
* 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
2025-09-02 17:01:43 +08:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"token_id": "readonly-token",
|
|
|
|
|
"token": "doris_readonly_token_123456",
|
|
|
|
|
"description": "Doris readonly API access token",
|
|
|
|
|
"expires_hours": 4320,
|
[Performance]Add a controllable MCP Server DB Pool permission authentication system (#53)
* 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.
2025-09-02 18:40:48 +08:00
|
|
|
"is_active": true,
|
|
|
|
|
"database_config": {
|
|
|
|
|
"host": "127.0.0.1",
|
|
|
|
|
"port": 9030,
|
|
|
|
|
"user": "root",
|
|
|
|
|
"password": "",
|
|
|
|
|
"database": "information_schema",
|
|
|
|
|
"charset": "UTF8",
|
|
|
|
|
"fe_http_port": 8030
|
|
|
|
|
}
|
[Performance]Add complete Token, JWT, OAuth authentication system (#52)
* 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
2025-09-02 17:01:43 +08:00
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"notes": [
|
|
|
|
|
"The admin_token, analyst_token, readonly_token is default token,Please change the token before using in production!",
|
|
|
|
|
"The token_id is the key of the token,Please use the token_id to identify the token",
|
|
|
|
|
"The token is the value of the token,Please use the token to identify the token",
|
|
|
|
|
"The description is the description of the token,Please use the description to identify the token",
|
|
|
|
|
"The expires_hours is the expires hours of the token,Please use the expires_hours to identify the token",
|
|
|
|
|
"The is_active is the is active of the token,Please use the is_active to identify the token",
|
|
|
|
|
"The token_id, token, description, expires_hours, is_active is the metadata of the token,Please use the metadata to identify the token"
|
|
|
|
|
]
|
|
|
|
|
}
|