Update README.md
This commit is contained in:
@ -47,8 +47,10 @@ Instructions for integrating keycloak with drive after deploying it, are below.
|
|||||||
You then additionally need to modify the config of docs to point to your keycloak deployment.
|
You then additionally need to modify the config of docs to point to your keycloak deployment.
|
||||||
|
|
||||||
* `abra app config <app-name>`
|
* `abra app config <app-name>`
|
||||||
set `OIDC_REALM` to the realm you configured in keycloak
|
```
|
||||||
set `AUTH_DOMAIN` to the domain of your keycloak instance
|
OIDC_REALM=<the realm you configured in keycloak>
|
||||||
|
AUTH_DOMAIN=<the domain of your keycloak instance>
|
||||||
|
```
|
||||||
|
|
||||||
then redeploy docs:
|
then redeploy docs:
|
||||||
`abra app deploy <app-name> --force`
|
`abra app deploy <app-name> --force`
|
||||||
|
|||||||
Reference in New Issue
Block a user