Azure-Samples / graphrag-accelerator

One-click deploy of a Knowledge Graph powered RAG (GraphRAG) in Azure
https://github.com/microsoft/graphrag
MIT License
1.65k stars 250 forks source link

[BUG] - CosmosDB setup in a way Safe Secret Standards #118

Closed cseifert1 closed 1 month ago

cseifert1 commented 1 month ago

Describe the bug Deploy GraphRAG Accelerator leads to a Safe Secret Standards warning on the CosmosDB

To Reproduce Steps to reproduce the behavior:

  1. Deploy GraphRAG-Accelerator
  2. CosmosDB is setup violating the Safe Secret Standards

Expected behavior No warning

Screenshots NA

Desktop (please complete the following information): NA

Additional context Add any other context about the problem here.

timothymeyers commented 1 month ago

@cseifert1 can you provide more details or information, and possibly suggest a solution if you have one?

jgbradley1 commented 1 month ago

Thanks @cseifert1. I think we found the issue and it has been resolved. The accelerator uses managed identity but cosmodb still had local auth enabled (although it was not used).