-
Notifications
You must be signed in to change notification settings - Fork 184
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]: Add managed identity auth support for AssistantsPlanner
#1918
Open
1 of 3 tasks
Tracked by
#1095
Labels
small
tshirt size small (1-4 days)
Comments
Merged
1 task
singhk97
added a commit
that referenced
this issue
Aug 14, 2024
…I using managed identity (#1930) ## Linked issues closes: #minor (issue number) #1918 C# implementaiton ## Details * Authentication Azure OpenAI endpoint requests using managed identity auth. #### Change details * Updated `MathBot` and `OrderBot` to authenticate using MI if api keys are not set. * Added `projectId` in the `teamsapp.yml` file. **code snippets**: **screenshots**: ## Attestation Checklist - [x] My code follows the style guidelines of this project - I have checked for/fixed spelling, linting, and other errors - I have commented my code for clarity - I have made corresponding changes to the documentation (updating the doc strings in the code is sufficient) - My changes generate no new warnings - I have added tests that validates my changes, and provides sufficient test coverage. I have tested with: - Local testing - E2E testing in Teams - New and existing unit tests pass locally with my changes ### Additional information > Feel free to add other relevant information below
1 task
singhk97
added a commit
that referenced
this issue
Oct 31, 2024
…2153) ## Linked issues closes: #minor tracking: #1918 ## Details Add ability to authenticate `AssistantsPlanner` using Azure Managed Identity by providing a `azure_ad_token_bearer` field in the initializer options. #### Change details Updated samples - math bot - order bot ## Attestation Checklist - [x] My code follows the style guidelines of this project - I have checked for/fixed spelling, linting, and other errors - I have commented my code for clarity - I have made corresponding changes to the documentation (updating the doc strings in the code is sufficient) - My changes generate no new warnings - I have added tests that validates my changes, and provides sufficient test coverage. I have tested with: - Local testing - E2E testing in Teams - New and existing unit tests pass locally with my changes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Requirements
Support authenticating requests to Azure OpenAI's Assistants API using managed identity.
Tasks
The text was updated successfully, but these errors were encountered: