Skip to content

Commit

Permalink
Merge pull request #5 from pnashmsft/main
Browse files Browse the repository at this point in the history
added support for managed identity
  • Loading branch information
pnashmsft authored Sep 20, 2024
2 parents 468a7a7 + e5a640b commit 7329c3c
Show file tree
Hide file tree
Showing 15 changed files with 562 additions and 23 deletions.
Empty file removed .env
Empty file.
5 changes: 4 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"extends": "next/core-web-vitals"
"extends": "next/core-web-vitals",
"rules": {
"@typescript-eslint/no-var-requires": "off"
}
}
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,5 @@ yarn-error.log*
next-env.d.ts
.idea
pnpm-lock.yaml
.env
.env
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ When deploying the application, the following environment variables can be set:
| GOOGLE_CSE_ID | | See [Custom Search JSON API documentation][GCSE] |
| AZURE_APIM_KEY | | Required if using APIM. Use the subscription key if needed.
| NODE_TLS_REJECT_UNAUTHORIZED | | Set to `0` if using a self signed cert to prevent TLS errors.|
| AZURE_USE_MANAGED_IDENTITY | false | Determines if the identity of the app services is used to auth against AOAI|

If you do not provide an OpenAI API key with `OPENAI_API_KEY`, users will have to provide their own key.

Expand Down
Loading

0 comments on commit 7329c3c

Please sign in to comment.