-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
area:permissionsdocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestp2Non-showstopper bug or popular feature requestNon-showstopper bug or popular feature request
Description
Problem
The current GitHub Action supports Microsoft Foundry but the documentation suggests OIDC is the only authentication method. However, Azure Foundry also supports API key authentication (ANTHROPIC_FOUNDRY_API_KEY), which is simpler to set up and doesn't require Azure login.
Additionally:
- The Microsoft Foundry documentation link is broken (points to old docs.anthropic.com URL)
- The cloud providers documentation incorrectly states that Bedrock, Vertex, and Foundry use "OIDC authentication exclusively" when all three support static credential options
Proposed Changes
- Explicitly pass
ANTHROPIC_FOUNDRY_API_KEYenvironment variable in action.yml (following the pattern used for AWS and Vertex AI credentials) - Fix broken documentation link to point to https://code.claude.com/docs/en/microsoft-foundry
- Update cloud-providers.md to accurately document all supported authentication methods for each provider
Expected Outcome
Users should know they can authenticate with Microsoft Foundry (or via other clouds that Claude supports) using a simple API key without needing to set up OIDC.
Metadata
Metadata
Assignees
Labels
area:permissionsdocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestp2Non-showstopper bug or popular feature requestNon-showstopper bug or popular feature request