Update README.md
This commit is contained in:
@ -48,7 +48,9 @@ Instructions for integrating keycloak with drive after deploying it, are below.
|
||||
- Client authentication: True
|
||||
- PKCE method: none
|
||||
* Within the client tab, for your client, click on "Credentials". Click on the the copy button to copy "Client Secret" so you can insert this into your coop cloud deployment in the next step.
|
||||
* `abra app secret insert <app-name> oidc_rp_client_secret v1 <yoursecret>`
|
||||
* `abra app secret insert <app-name> oidc_rpcs v2 <yoursecret>`
|
||||
* `abra app config <app-name>` # set SECRET_OIDC_RPCS_VERSION=v2
|
||||
|
||||
* Now create a user for this client within keycloak. Within the Users tab, click "Add User". Any username and password works. Save this info.
|
||||
|
||||
You then additionally need to modify the config of drive to point to your keycloak deployment.
|
||||
@ -79,7 +81,8 @@ DJANGO_EMAIL_FROM=noreply@example.com
|
||||
|
||||
You then need to insert the password for your smtp server as a secret:
|
||||
|
||||
`abra app secret insert <app-name> email_pass v1 <youremailpass>`
|
||||
* `abra app secret insert <app-name> email_pass v1 <youremailpass>`
|
||||
* `abra app config <app-name>` # set SECRET_EMAIL_PASS_VERSION=v2
|
||||
|
||||
Then redeploy the app, and automated e-mail sending should work:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user