Client Name

For Single Sign-On function of Opstella, certain configuration on Opstella Keycloak must be done beforehand.
This requires you to initialise credentials based on OpenID Connect Protocol. (Client ID, Client Secret)
💡 You need to use Keycloak to create the credentials and then, setup and connect for each of Third-Party Tools/Instruments (DevSecOps Tools, Observlity Tools) while either upon installing or after installation.
Including other various configurations for Single Sign-On to properly function. (This manual will guide you through)
The following is the list of Keycloak Clients that initialise with credentials based on OpenID Connect Protocol (Client ID, Client Secret), with certain customisation that unique to each of Keycloak Client.
| Tool/Instrument | Client Name | Require Client Authentication | Valid redirect URIs | Valid Post logout redirect URIs | Web origins/Home URL |
|---|---|---|---|---|---|
| ArgoCD | argocd | ✅ Yes | * | * | * / Leave Empty |
| DefectDojo | defectdojo | ✅ Yes | https://defectdojo.${BASE_DOMAIN}/* | https://defectdojo.${BASE_DOMAIN}/* | https://defectdojo.${BASE_DOMAIN} |
| SonarQube | sonarqube | ✅ Yes | https://sonarqube.${BASE_DOMAIN}/* | https://sonarqube.${BASE_DOMAIN}/* | https://sonarqube.${BASE_DOMAIN} |
| GitLab | gitlab | ✅ Yes | https://gitlab.${BASE_DOMAIN}/* | https://gitlab.${BASE_DOMAIN}/* | https://gitlab.${BASE_DOMAIN} |
| Harbor | harbor | ✅ Yes | https://harbor.${BASE_DOMAIN}/* | https://harbor.${BASE_DOMAIN}/* | https://harbor.${BASE_DOMAIN} |
| Grafana | grafana | ✅ Yes | https://grafana.${BASE_DOMAIN}/* | https://grafana.${BASE_DOMAIN}/* | https://grafana.${BASE_DOMAIN} |
| Kubernetes API | kubernetes | ✅ Yes | * | * | * / Leave Empty |
| Vault | vault | ✅ Yes | https://vault.${BASE_DOMAIN}/* | https://vault.${BASE_DOMAIN}/* | https://vault.${BASE_DOMAIN} |
| Opstella | opstella | ❌ No | https://opstella.${BASE_DOMAIN}/* | https://opstella.${BASE_DOMAIN}/* | https://opstella.${BASE_DOMAIN} |
Finally your Clients in Client List of Keycloak should looks like this.

For example with DefectDojo:
Sign-in to Keycloak with Admin Local Account (admin)
Be sure to do it on your dedicated Keycloak Realm. foobar-opstella

Go to Clients Panel > Click Create client

General settings section, Input the Client Name follow to the table in Overview section.
<Client Name> in the picture is the placeholder from the table column Client Name.
Please change the configuration value accordingly with the correct value from the same column in the table.
For example:
Client Name

Actual Value

Click Next
Check if Require Client Authentication and configure the Capability config section as follow.
Require Client Authentication is ✅ Yes

Require Client Authentication is ❌ No

Click Next
Input the appropriate URLs for Valid redirect URIs, Valid Post logout redirect URIs, Web origins/Home URL
Standard Configuration

* / Leave Empty
Configure as the picture.

Click Save
Use the below navigation to proceed