Professional-level account and privilege management system
The system can be accessed through the environment variableADMIN_PASSWORD
Configure the administrator account to support the complete RBAC privilege model. The technical implementation provides three types of authentication: 1) Basic account login interface/api/login
2) V2 Interface with Token Authentication/api/login-v2
3) API Key AuthenticationAUTHORIZATION=Bearer Token
. The management backend has the ability to import batch Token through the/api/batch-add-grok-token
The interface can import multiple SSO tokens at one time, and practical data shows that a single service group can stably support 50 concurrent accounts to meet the collaboration needs of a team of 2,000 people.
This answer comes from the articleGrok-Mirror: one-click deployment of a profitable Grok mirror siteThe