• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Alan-Jowett / CoPilot-For-Consensus / 20687668634 / 3
78%
main: 78%

Build:
DEFAULT BRANCH: main
Ran 04 Jan 2026 04:39AM UTC
Files 2
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

04 Jan 2026 04:33AM UTC coverage: 90.173%. First build
20687668634.3

push

github

web-flow
fix: Add AZURE_CLIENT_ID environment variable to all microservices for managed identity authentication (#714)

* fix: Add AZURE_CLIENT_ID environment variable to all microservices for managed identity authentication

Adds AZURE_CLIENT_ID to parsing, chunking, embedding, orchestrator, and summarization services. Reporting was already fixed. Ingestion already had it. This resolves the managed identity authentication failures preventing services from connecting to Cosmos DB, Service Bus, and Key Vault.

References #713

* fix: Add COSMOS_DB configuration to auth service role store

Auth service was defaulting to MongoDB for role store instead of Cosmos. Add:
- AUTH_ROLE_STORE_TYPE: cosmos
- COSMOS_DB_ENDPOINT: Cosmos DB endpoint

This enables the auth service to use the same Cosmos DB backend as other services for persisting user role assignments.

* fix: Filter out MongoDB parameters when creating Cosmos DB document store

Services were passing MongoDB-specific parameters (host, port, username, password) to create_document_store even when configured to use Cosmos DB. This caused those parameters to be passed to the Azure Cosmos SDK, which doesn't understand them, resulting in:

  TypeError: Session.request() got an unexpected keyword argument 'host'

Now filter out MongoDB-specific parameters when creating a Cosmos store to prevent them from being passed to the SDK.

---------

Co-authored-by: GitHub Copilot <copilot@github.com>

156 of 173 relevant lines covered (90.17%)

0.9 hits per line

Source Files on job embedding - 20687668634.3
  • Tree
  • List 2
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 20687668634
  • fddd3f85 on github
  • Next Job for on main (#20688095728.1)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc