Skip to content

feat(console,schemas,core): add sentinel policy settings page #7273

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

simeng-li
Copy link
Contributor

@simeng-li simeng-li commented Apr 10, 2025

Summary

Add sentinel policy settings page to console.

Testing

test locally

image

Checklist

  • .changeset
  • unit tests
  • integration tests
  • necessary TSDoc comments

@simeng-li simeng-li requested review from a team and Copilot April 10, 2025 08:12
@github-actions github-actions bot added the feature Cool stuff label Apr 10, 2025
Copy link

github-actions bot commented Apr 10, 2025

COMPARE TO master

Total Size Diff 📈 +7.76 KB

Diff by File
Name Diff
packages/console/src/hooks/use-console-routes/routes/security.tsx 📈 +103 Bytes
packages/console/src/pages/Security/General/GeneralForm/index.module.scss 📈 +216 Bytes
packages/console/src/pages/Security/General/GeneralForm/index.tsx 📈 +4.71 KB
packages/console/src/pages/Security/General/index.module.scss 📈 +99 Bytes
packages/console/src/pages/Security/General/index.tsx 📈 +745 Bytes
packages/console/src/pages/Security/General/use-data-fetch.ts 📈 +1.2 KB
packages/console/src/pages/Security/PasswordPolicy/PasswordPolicyForm/index.tsx 📈 +1 Bytes
packages/console/src/pages/Security/PasswordPolicy/index.module.scss 📈 +425 Bytes
packages/console/src/pages/Security/PasswordPolicy/index.tsx 📈 +157 Bytes
packages/console/src/pages/Security/index.tsx 📈 +361 Bytes
packages/console/src/pages/Security/types.ts 📈 +23 Bytes
packages/core/src/sentinel/basic-sentinel.ts 📈 +201 Bytes
packages/phrases/src/locales/en/translation/admin-console/security.ts 📈 +798 Bytes
packages/schemas/src/consts/index.ts 📈 +31 Bytes
packages/schemas/src/consts/sentinel.ts 📈 +296 Bytes

Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot reviewed 12 out of 15 changed files in this pull request and generated no comments.

Files not reviewed (3)
  • packages/console/src/pages/Security/General/GeneralForm/index.module.scss: Language not supported
  • packages/console/src/pages/Security/General/index.module.scss: Language not supported
  • packages/console/src/pages/Security/PasswordPolicy/index.module.scss: Language not supported
Comments suppressed due to low confidence (1)

packages/phrases/src/locales/en/translation/admin-console/security.ts:33

  • The description contains a grammatical error; consider changing 'trigger' to 'triggers' to improve clarity.
    description: 'Limit consecutive failed sign-ins per identifier. Exceeding this limit trigger a temporary block.',

@simeng-li simeng-li force-pushed the simeng-log-11227-core-update-experience-to-read-sentinel-settings-from-sie branch from cc74b15 to a527be4 Compare April 11, 2025 02:30
@simeng-li simeng-li force-pushed the simeng-log-11226-console-add-sentinel-settings-in-security-page branch from 8266d9e to 2352e32 Compare April 11, 2025 02:31
Base automatically changed from simeng-log-11227-core-update-experience-to-read-sentinel-settings-from-sie to master April 11, 2025 03:24
@simeng-li simeng-li force-pushed the simeng-log-11226-console-add-sentinel-settings-in-security-page branch from 2352e32 to 6d54e48 Compare April 11, 2025 03:25
@simeng-li simeng-li merged commit 2b3ae18 into master Apr 11, 2025
35 checks passed
@simeng-li simeng-li deleted the simeng-log-11226-console-add-sentinel-settings-in-security-page branch April 11, 2025 04:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

2 participants