Skip to content

Restore allowing default app credentials for Vertex AI

Alejandro Rodríguez requested to merge fix-local-ai-spec-setup into master

What does this MR do and why?

In !133138 (merged) we allowed configuring Vertex credentials using Google Application Default credentials, and consequentially deleted the check for ENV['VERTEX_CREDENTIALS'] (ref). The check was re-introduced on !135092 (merged), making the Application Default credentials incompatible with REAL_AI_REQUEST specs. This MR reverts that change.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports