Skip to content
This repository was archived by the owner on Jan 8, 2026. It is now read-only.
This repository was archived by the owner on Jan 8, 2026. It is now read-only.

Add authentication between Looker Extension and Cloud Run #11

@DylanBaker

Description

@DylanBaker

Currently, all API calls to the Cloud Run backend are unauthenticated. We should implement functionality to ensure only authorised users/services can call the endpoint.

The easiest way to do this securely is likely to save a token as a user attribute in Looker and include the token in the API calls. We can add logic to the FastAPI app to check for the token.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions