Skip to content

Commit

Permalink
Merge pull request #154 from AOT-Technologies/staging/QA
Browse files Browse the repository at this point in the history
updated readme file for idm and ai
  • Loading branch information
kiran-aot authored Jan 12, 2025
2 parents 89e4f63 + aa733a1 commit 818bd73
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
25 changes: 25 additions & 0 deletions charts/forms-flow-ai/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,31 @@ mongodb:
nameOverride: "mongodb_url"
```
### Use an External Keycloak
If you are having an External Keycloak and you wish to integrate with formsflow then you need to update the following parameters of formsflow-ai in values.yaml. To do this,
First Set the `forms-flow-idm.keycloak.ingress.hostname` parameter to corresponding keycloak domain name, secondly set the `forms-flow-idm.realm` parameter value with realm name in existing keycloak and finally set `forms-flow-bpm.clientsecret` parameter with exsting forms-flow-bpm client's secret. For example:


```text
forms-flow-idm.keycloak.ingress.hostname=external_keycloak_hostname
forms-flow-idm.realm=external_keycloak_realm_name
forms-flow-bpm.clientsecret=extisting_bpm_clientsecret
```
```yaml
forms-flow-bpm:
clientsecret: "client_secret"
forms-flow-idm:
keycloak:
ingress:
hostname: my_keycloak_hostname
realm: my_keycloak_realm_name
```


## Parameters

| Parameter | Description | Default Value |
Expand Down
3 changes: 3 additions & 0 deletions charts/forms-flow-idm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ helm upgrade --install forms-flow-idm forms-flow-idm

## Installing the Chart

> NOTE: If you are having an External Keyacloak you dont have to install this chart. For references on formsflow realm configuration and support please check [here](https://github.com/AOT-Technologies/forms-flow-ai/blob/develop/forms-flow-idm/realm-exports/Group%20based%20auth.json)

To install the chart with the release name `my-release`:

```console
Expand Down

0 comments on commit 818bd73

Please sign in to comment.