How to set up user login via Google OAuth in Hymalaia
Create a Google project: Google Cloud Console
Enable the Google People API. Make sure the correct project is selected.
Choose user type:
On the next page:
Hymalaia
(or any name you prefer)support@hymalaia.com
)support@hymalaia.com
)Leave optional fields blank and click SAVE AND CONTINUE.
Skip Scopes and Test users sections.
Hymalaia
.Click CREATE and save the Client ID and Client Secret.
OAuth is enabled using the following environment variables:
If in production, also set:
Set the above environment variables when running Hymalaia processes.
Create a .env
file in hymalaia/deployment/docker_compose/
with the variables:
Kubernetes assumes OAuth is required in production.
Replace the REPLACE-THIS
placeholders in your secrets.yaml
file with the base64-encoded client ID and client secret.
How to set up user login via Google OAuth in Hymalaia
Create a Google project: Google Cloud Console
Enable the Google People API. Make sure the correct project is selected.
Choose user type:
On the next page:
Hymalaia
(or any name you prefer)support@hymalaia.com
)support@hymalaia.com
)Leave optional fields blank and click SAVE AND CONTINUE.
Skip Scopes and Test users sections.
Hymalaia
.Click CREATE and save the Client ID and Client Secret.
OAuth is enabled using the following environment variables:
If in production, also set:
Set the above environment variables when running Hymalaia processes.
Create a .env
file in hymalaia/deployment/docker_compose/
with the variables:
Kubernetes assumes OAuth is required in production.
Replace the REPLACE-THIS
placeholders in your secrets.yaml
file with the base64-encoded client ID and client secret.