Skip to content

Commit

Permalink
fixes : rendering issue for headings
Browse files Browse the repository at this point in the history
  • Loading branch information
bnallapeta committed Dec 7, 2023
1 parent 832fbe8 commit d0b48bb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions content/explanation/auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@

MTO Console incorporates Keycloak, a leading authentication module, to manage user access securely and efficiently. Keycloak is provisioned automatically by our controllers, setting up a new realm, client, and a default user named `mto`.

### Benefits `:`
### Benefits

- Industry Standard `:` Offers robust, reliable authentication in line with industry standards.
- Integration with Existing Systems `:` Enables easy linkage with existing Active Directories or SSO systems, avoiding the need for redundant user management.
- Administrative Control `:` Grants administrators full authority over user access to the console, enhancing security and operational integrity.
- Industry Standard: Offers robust, reliable authentication in line with industry standards.
- Integration with Existing Systems: Enables easy linkage with existing Active Directories or SSO systems, avoiding the need for redundant user management.
- Administrative Control: Grants administrators full authority over user access to the console, enhancing security and operational integrity.

## PostgreSQL as Persistent Storage for Keycloak

MTO Console leverages PostgreSQL as the persistent storage solution for Keycloak, enhancing the reliability and flexibility of the authentication system.

It offers benefits such as enhanced data reliability, easy data export and import.

### Benefits `:`
### Benefits

- Persistent Data Storage: By using PostgreSQL, Keycloak's data, including realms, clients, and user information, is preserved even in the event of a pod restart. This ensures continuous availability and stability of the authentication system.
- Data Exportability: Customers can easily export Keycloak configurations and data from the PostgreSQL database.
Expand All @@ -28,7 +28,7 @@ It offers benefits such as enhanced data reliability, easy data export and impor

The MTO Console is equipped with an authorization module, designed to manage access rights intelligently and securely.

### Benefits `:`
### Benefits

- User and Tenant Based: Authorization decisions are made based on the user's membership in specific tenants, ensuring appropriate access control.
- Role-Specific Access: The module considers the roles assigned to users, granting permissions accordingly to maintain operational integrity.
Expand Down
4 changes: 2 additions & 2 deletions content/explanation/console.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ The Showback feature is an essential financial governance tool, providing detail

## User Roles and Permissions

### Administrators `:`
### Administrators

Administrators have overarching access to the console, including the ability to view all namespaces and tenants. They have exclusive access to the IntegrationConfig, allowing them to view all the settings and integrations.

![image](../images/integrationConfig.png)

### Tenant Users `:`
### Tenant Users

Regular tenant users can monitor and manage their allocated resources. However, they do not have access to the IntegrationConfig and cannot view resources across different tenants, ensuring data privacy and operational integrity.

Expand Down

0 comments on commit d0b48bb

Please sign in to comment.