Skip to content

Feat: (UI) Added Security Settings Page、Audit Center Page#5153

Open
maoyuehui wants to merge 10 commits into
xorbitsai:mainfrom
maoyuehui:feat-new-ui-part-9
Open

Feat: (UI) Added Security Settings Page、Audit Center Page#5153
maoyuehui wants to merge 10 commits into
xorbitsai:mainfrom
maoyuehui:feat-new-ui-part-9

Conversation

@maoyuehui

Copy link
Copy Markdown
Collaborator
  1. Added Security Settings Page
  2. Added Audit Center Page

@maoyuehui maoyuehui requested a review from qinxuye July 10, 2026 06:57
@XprobeBot XprobeBot added this to the v2.x milestone Jul 10, 2026
@gemini-code-assist

Copy link
Copy Markdown
Contributor

Warning

You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again!

};

const categoryValues = ['inference', 'admin', 'auth'];
const authTypeValues = ['api_key', 'jwt'];

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These hard-coded filter options do not cover values that the backend actually writes. Advanced auth records login events with auth_type="none", and emits the statuses login_failed, key_expired, and key_disabled. Those records are rendered in the table but cannot be selected in the Auth Type or Status filters, which prevents investigating common login and key failures. Please add these values and their labels to all four locale files (or derive the filter options from the backend).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants