Skip to content

Google Vertex Compatibility Request #17

@AI-Manditrade

Description

@AI-Manditrade

CLASP's CUSTOM_API_KEY expects a static key. Vertex requires a short-lived token from a service account JWT exchange. This means you'd need either:

  1. A token refresh mechanism — cron/script that refreshes the token hourly OR as the service starts and restarts CLASP or updates the env
  2. A thin proxy between CLASP and Vertex that handles JWT→token exchange transparently
  3. Modify CLASP to support Google service account auth natively

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions