Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions tests/integration/test_unified_profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,6 @@ def test_spog_workspace_azure_client_secret(isolated_env):

# Environment: gcp-prod-ucacct
def test_spog_workspace_google_credentials(isolated_env):
# google-credentials uses a GCP ID token with target_audience=cfg.host.
# On the unified host this produces the same token for both account and workspace
# requests (identical OIDC exchange, identical audience). Account-level APIs accept
# this token, but workspace-level APIs return 401. The X-Databricks-Org-Id header
# is set correctly. This appears to be a server-side limitation on unified hosts.
pytest.skip("google-credentials ID token is rejected for workspace operations on unified hosts")
env = isolated_env("ucacct")
host = env("UNIFIED_HOST")
account_id = env("DATABRICKS_ACCOUNT_ID")
Expand Down
Loading