Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mdasif committed Dec 23, 2024
1 parent 2b18490 commit 3da44b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 0 additions & 2 deletions docker/local_settings_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,6 @@



# Set the "SOCIAL_AUTH_LOGIN_REDIRECT_URL" to a page you want to redirect to after login
# SOCIAL_AUTH_LOGIN_REDIRECT_URL = 'https://relate.kbm.obmondo.com/social-auth/complete/keycloak/'
# When registering your OAuth2 app (and consent screen) with Google,
# specify the following authorized redirect URI:
# https://sitename.edu/social-auth/complete/google-oauth2/
Expand Down
6 changes: 5 additions & 1 deletion helm/relate/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,18 @@

This Helm chart expects you to have the following Helm charts installed:

- https://opensource.zalando.com/postgres-operator/charts/postgres-operator/
- https://cloudnative-pg.github.io/charts
- https://github.com/bitnami/charts/tree/master/bitnami/rabbitmq-cluster-operator

AND you need to have a working mail server to point it to.
- IF you do not have one - you can use this chart to setup a mailrelay service in your Kubernetes cluster: https://github.com/bokysan/docker-postfix/blob/master/helm/mail

and currently no image is pushed to any dockerhub - so you need to do that - and point to it.

For additional configuration options for social authentication using Python, refer to these docs. These changes should be made in the ``local_settings_template.py`` file present in ``docker`` folder
- https://python-social-auth.readthedocs.io/en/latest/backends/keycloak.html
- https://python-social-auth.readthedocs.io/en/latest/configuration/settings.html#urls-options

# After installing

After spinning up relate - you need to open a shell in the relate pod and run this to create your initial admin user:
Expand Down

0 comments on commit 3da44b1

Please sign in to comment.