Skip to content

Conversation

rsbh
Copy link
Member

@rsbh rsbh commented Mar 19, 2025

This PR adds the organization security page in the IAM admin UI.
Admin can block-unblock org from this page.
Admin can also see the list of domains added to the org and can remove them.


Screenshot 2025-03-21 at 2 20 57 PM

This PR also fixes the nav redirects.

  1. when the user is not logged in, all routes --> /login
  2. when the user is logged in. / --> /organizations
  3. when the user opens the org page. /organizations/{org_id} --> /organizations/{org_id}/security

Redirect to security is temporary, it will redirect to the member's page when it is ready.

Copy link

vercel bot commented Mar 19, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
frontier ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 21, 2025 9:02am

@coveralls
Copy link

coveralls commented Mar 19, 2025

Pull Request Test Coverage Report for Build 13988143759

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 140 unchanged lines in 4 files lost coverage.
  • Overall coverage increased (+0.2%) to 31.984%

Files with Coverage Reduction New Missed Lines %
internal/api/v1beta1/v1beta1.go 2 0.0%
pkg/server/interceptors/authorization.go 14 0.0%
cmd/serve.go 41 0.0%
billing/invoice/service.go 83 1.31%
Totals Coverage Status
Change from base Build 13941919269: 0.2%
Covered Lines: 8745
Relevant Lines: 27342

💛 - Coveralls

@rsbh rsbh changed the title feat(admin-ui) : add organizatiob security page feat(admin-ui) : add organization security page Mar 19, 2025
@rsbh rsbh marked this pull request as ready for review March 21, 2025 08:49
@rsbh rsbh requested a review from paanSinghCoder March 21, 2025 08:49
@rsbh rsbh merged commit f8da540 into main Mar 21, 2025
7 checks passed
@rsbh rsbh deleted the feat_admin_ui_org_security_page branch March 21, 2025 10:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants