PaloAltoNetworks / a3s

Auth As A Service
Apache License 2.0
8 stars 5 forks source link

replacing mgo refernces with mongo-go-driver #101

Closed knainwal closed 2 months ago

knainwal commented 3 months ago

Description

a3s code currently uses direct mgo references in many places. Replacing those with mongo-go-driver equivalents in order to prepare for MongoDB upgrade.

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate)

Types of changes

Checklist