Skip to content

fix: add azure auth related env into secrets#201

Open
b4s36t4 wants to merge 1 commit into
mainfrom
chore/azure-auth-secrets
Open

fix: add azure auth related env into secrets#201
b4s36t4 wants to merge 1 commit into
mainfrom
chore/azure-auth-secrets

Conversation

@b4s36t4
Copy link
Copy Markdown
Contributor

@b4s36t4 b4s36t4 commented May 25, 2026

No description provided.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR extends the Helm charts’ Azure log storage configuration to support Azure Entra (service principal) authentication by adding the required environment variables, wiring them into gateway Secrets/env injection, and documenting the new options.

Changes:

  • Add AZURE_ENTRA_CLIENT_ID, AZURE_ENTRA_CLIENT_SECRET, and AZURE_ENTRA_TENANT_ID to values for both portkey-gateway and portkey-app.
  • Include the new Azure Entra variables in the gateway Secret template and env var injection (portkey-app).
  • Update configuration documentation to describe Azure auth modes and the Entra-specific settings.

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
charts/portkey-gateway/values.yaml Adds Azure Entra env keys under environment.data.
charts/portkey-gateway/templates/_helpers.tpl Extends the log store env allowlist to include Azure Entra-related keys.
charts/portkey-gateway/docs/Configuration.md Documents Azure auth modes and Entra configuration variables.
charts/portkey-app/values.yaml Adds Azure Entra keys under logStorage.azure.
charts/portkey-app/templates/gateway/secrets.yaml Stores Azure Entra values in the gateway Secret.
charts/portkey-app/templates/_helpers.tpl Exposes Azure Entra values to the gateway container via secretKeyRef.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread charts/portkey-gateway/values.yaml
Comment thread charts/portkey-gateway/templates/_helpers.tpl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants