From d0b48bb682334192df10b715c0134c25ce4d636c Mon Sep 17 00:00:00 2001 From: bnallapeta Date: Thu, 7 Dec 2023 13:23:09 +0530 Subject: [PATCH] fixes : rendering issue for headings --- content/explanation/auth.md | 12 ++++++------ content/explanation/console.md | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/content/explanation/auth.md b/content/explanation/auth.md index 0bece6e5d..a6d388437 100644 --- a/content/explanation/auth.md +++ b/content/explanation/auth.md @@ -4,11 +4,11 @@ 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 @@ -16,7 +16,7 @@ MTO Console leverages PostgreSQL as the persistent storage solution for Keycloak 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. @@ -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. diff --git a/content/explanation/console.md b/content/explanation/console.md index f1a8c340e..b39d6cfa5 100644 --- a/content/explanation/console.md +++ b/content/explanation/console.md @@ -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.