improvements: revise admin console docs and display server admin badge on users tables

This commit is contained in:
Scott Wilson
2024-10-16 14:19:38 -07:00
parent f95957d534
commit 65e42f980c
17 changed files with 88 additions and 67 deletions

View File

@@ -1,32 +1,31 @@
---
title: "Organization Admin Console"
description: "Manage your Infisical organization from our organization admin console."
description: "View and manage resources across your organization"
---
The Organization Admin Console provides a user-friendly interface for Infisical organization admins to manage organization-related configurations.
<Note>
The Organization Admin Console can only be accessed by organization members with admin status.
</Note>
## Accessing the Organization Admin Console
Only organization admins have access to the Organization Admin Console.
On the sidebar, tap on your initials to access the settings dropdown and press the **Organization Admin Console** option.
![Access Organization Admin Panel](/images/platform/admin-panels/access-org-admin-console.png)
![Access Organization Admin Console](/images/platform/admin-panels/access-org-admin-console.png)
1. Click on the profile icon in the left sidebar.
2. From the dropdown menu, select `Organization Admin Console`.
## Projects Tab
## Projects Section
The Projects tab lists all the projects within your organization, including those which you are not a member of. You can easily filter projects by name or slug using the search bar.
![Projects Section](/images/platform/admin-panels/org-admin-console-projects.png)
The Projects Section lists all projects created within your organization, including those you do not have membership in. You can easily search for a project by name using the search bar.
### Accessing a Project in Your Organization
If you want to access a project in which you are not a member but are an organization admin, follow these steps:
You can access a project that you are not a member of by tapping on the options menu of the project row and pressing the **Access** button.
Doing so will grant you admin permissions for the selected project and add you as a member.
![Access project](/images/platform/admin-panels/org-admin-console-access.png)
1. Click on the three-dot icon next to the project you wish to access.
2. Click on the **Access** button.
This will grant you admin permissions for the selected project and generate an audit log of your access, ensuring transparency regarding admin privileges.