Skip to content

Conversation

@bramrodenburg
Copy link

Description

Adds support for configuring a proxy authorization header.

This is needed for self-hosted deployments of Lightdash that for example leverage Google Identity Aware Proxy (IAP). See Lightdash docs here.

Example usage

from lightdash import Client


client = Client(
   instance_url="<instance url>",
   access_token="<lightdash api token>",
   project_uuid="<lightdash project uuid",
   proxy_authentication=f"Bearer <id token>",
)

print(client.list_models())

@bramrodenburg bramrodenburg force-pushed the bram/add-proxy-authorization branch from 8fa1837 to c15c91f Compare February 25, 2025 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant