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

[Help Required] Moving to Managed Identity for Azure Resource Authentication #1009

Open
animeshj9 opened this issue Jun 14, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@animeshj9
Copy link

Hello. I am trying to move to use managed identity instead of apikey based authentication for azure services the chat copilot interacts with. I have been able to move Cosmos & Azure OpenAI successfully, but am having trouble figuring out how to move the AzureAISearch config from API Key based auth to Managed Identity / Token Credential based.

Any help would be appreciated. Thanks!

@glahaye
Copy link
Collaborator

glahaye commented Jun 20, 2024

This is something we are interested in too.

The following could be useful:
https://learn.microsoft.com/en-us/azure/search/search-howto-managed-identities-data-sources?tabs=portal-sys%2Cportal-user

If this proves too hard, you could use Azure Key Vault instead as AKV does support managed identities.

Also, if you have made changes to support Cosmos and AOAI with managed identities, please feel free to create a PR to incorporate those changes in the repo!!!

@glahaye glahaye added the enhancement New feature or request label Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants