Skip to content
Snippets Groups Projects
Commit 384ca409 authored by trantzas's avatar trantzas
Browse files

fix for #26: Revise HELM deployment documentation regarding Keycloak configuration

parent 738ae785
No related branches found
No related tags found
3 merge requests!34Merging develop (merged from 2024Q2_RC) into main creating for 2024Q2 Release,!33Merging 2024Q2_RC into main creating for 2024Q2 Release,!32Merging 2024Q2_RC into develop
Pipeline #7009 passed
......@@ -22,7 +22,7 @@ helm uninstall myopenslice --namespace openslice
### Hardware requirements:
| **Minimum Hardware Requirements** | **Recomended Hardware Requirements** |
| **Minimum Hardware Requirements** | **Recommended Hardware Requirements** |
| --------------------------------- | ------------------------------------ |
| 4 CPU cores | 8 CPU cores |
| 8 GB RAM | 16 GB RAM |
......@@ -360,7 +360,7 @@ The Keycloack server is managing authentication and running on a container at po
- user: admin
- password: Pa55w0rd
> if you are running in HTTP you will get a message: HTTPS required.
> This applies only if you are running in HTTP and get a message: HTTPS required.
To resolve this issue <u>when running in HTTP</u>:
......@@ -371,15 +371,7 @@ To resolve this issue <u>when running in HTTP</u>:
> If you are running in HTTPS, then "Require SSL" can be left unchanged to external requests.
#### 1. Configure redirects
Navigate to realm Openslice > Clients > osapiWebClientId and change the Root URL to your domain.
Also, insert your domain, e.g. http://example.org/*, at:
* Valid Redirect URIs
* Web Origins
#### 2. Configure email
#### 1. Configure email
Keycloak allows new users to register. Subsequently, this will also allow new users to register to the OpenSlice portal.
......@@ -390,7 +382,7 @@ Finally, enter the details of the mail server at the Email Tab.
> Email configuration is optional for test runs, but if not provided the above functionalities (e.g. external user registration) will not be possible.
#### 3. Add an OpenSlice admin user
#### 2. Add an OpenSlice admin user
This step is mandatory so as to access the OpenSlice Web UI. To add an OpenSlice admin user you must:
- Navigate to realm Openslice > Users > Add user
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment