Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: azure entra and managed identity integration #580

Merged
merged 10 commits into from
Nov 4, 2024

Conversation

sk-portkey
Copy link
Collaborator

@sk-portkey sk-portkey commented Sep 6, 2024

Title:

  • Integrate Azure Entra ID with Azure Inference and Azure OpenAI for Authentication

Description: (optional)

  • Integrated Azure Entra ID for secure authentication across Azure services
  • Configured Azure Inference and Azure OpenAI to use Azure Entra ID for user authentication and API access

Motivation: (optional)

  • Secure and centralized identity management using Azure Entra ID
  • Enhance security by leveraging Azure's built-in identity and access management features
  • Simplified access management for Azure services

Related Issues: (optional)
#610

@sk-portkey
Copy link
Collaborator Author

sk-portkey commented Sep 6, 2024

  • x-portkey-azure-auth-mode header needs to be set as either entra or managed
  • If using Entra id, following headers are needed
    • x-portkey-azure-entra-client-id
    • x-portkey-azure-entra-client-secret
    • x-portkey-azure-entra-tenant-id
  • In case of managed identity, optional x-portkey-azure-managed-client-id can be passed in case of multiple user managed identities. this is not needed in case of system managed identity

@sk-portkey sk-portkey requested a review from VisargD September 6, 2024 08:51
@narengogi
Copy link
Collaborator

please create a github issue for this for tracking

@sk-portkey
Copy link
Collaborator Author

please create a github issue for this for tracking

Done

@sk-portkey sk-portkey linked an issue Sep 14, 2024 that may be closed by this pull request
@sk-portkey sk-portkey self-assigned this Sep 14, 2024
@sk-portkey sk-portkey changed the title feat: azure entra id integration feat: azure entra and managed identity integration Oct 23, 2024
@VisargD VisargD merged commit 3460aca into main Nov 4, 2024
1 check passed
@VisargD VisargD deleted the feat/azure_entraid_integration branch November 4, 2024 14:47
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.

[Feature] Azure Entra Id Integration
3 participants