Login With Google

Prerequisites

To follow the integration guide, make sure you have:

  • Google cloud project. Consult manage projects if you dont have one.

  • self_host_values.yaml file

Integration

To enable Google Authentication in the Robusta UI, you need to set up a Google OAuth application and add the application credentials to your self_host_values.yaml file.

Create Credentials

  1. Go to Credentials . Make sure its your project.

  2. Click + Create Credentials -> OAuth Client IDs .

  3. For application type choose web application page .

  4. Insert your app name (e.g My-Organization-Robusta)

  5. Add Authorized redirect URIs: https://db.MY_DOMAIN/auth/v1/callback . use DOMAIN from your self_host_values.yaml file.

  6. Click Create .

  7. Save your Client ID and Client Secret .

Adjust self_host_values.yaml file

Fill Client ID and Client Secret from the previous step and add the following lines to your self_host_values.yaml file.

ENABLE_GOOGLE_SIGNUP: true
GOOGLE_CLIENT_ID: <your-client-id>
GOOGLE_CLIENT_SECRET: <your-client-secret>

Support

For further help contact us on Slack or support@robusta.dev