Google Cloud Auth
Google Cloud config:
Uptrace config:
auth:
oidc:
- id: google
display_name: Google
issuer_url: https://accounts.google.com
client_id: *****************-****************************.apps.googleusercontent.com
client_secret: ********************
claim: email
scopes:
- email
- profile
If you are using a domain other than localhost
, you also need to update site.addr
:
site:
# Overrides public URL for Vue-powered UI in case you put Uptrace behind a proxy.
addr: 'https://uptrace.mydomain.com'