@@ -8,7 +8,10 @@ intersphinx = [ "https://docs.mongodb.com/manual/objects.inv",
88 " https://www.mongodb.com/docs/mongodb-shell/objects.inv" ,
99 " https://www.mongodb.com/docs/datalake/objects.inv" ,
1010 " https://www.mongodb.com/docs/atlas/app-services/objects.inv" ,
11- " https://www.mongodb.com/docs/cluster-to-cluster-sync/current/objects.inv"
11+ " https://www.mongodb.com/docs/cluster-to-cluster-sync/current/objects.inv" ,
12+ " https://www.mongodb.com/docs/languages/python/pymongo-driver/objects.inv" ,
13+ " https://www.mongodb.com/docs/drivers/java/sync/current/objects.inv" ,
14+ " https://www.mongodb.com/docs/drivers/node/current/objects.inv"
1215 ]
1316
1417toc_landing_pages = [
@@ -31,6 +34,7 @@ toc_landing_pages = [
3134 " /tutorial/configure-local-mode" ,
3235 " /tutorial/slack-integration" ,
3336 " /tutorial/configure-public-api-access" ,
37+ " /tutorial/enable-oidc-authentication-for-group" ,
3438 " /tutorial/manage-users" ,
3539 " /tutorial/manage-alert-configurations" ,
3640 " /tutorial/nav/access-control" ,
@@ -88,12 +92,15 @@ mdbagent-version-cloud = "11.11.0.7355"
8892mdbagent-version-opsmgr = " 10.14.31.6566"
8993mdbagent-wa = " MongoDB Agent with Automation"
9094mongosh = " :binary:`~bin.mongosh`"
95+ oauth2 = " OAuth 2.0"
9196onprem = " Ops Manager"
9297onprem-full = " MongoDB Ops Manager"
9398opsmgr-example-url = " <OpsManagerHost>:<Port>"
9499opsmgr-url = " <OpsManagerHost>:<Port>"
100+ pkce = " :abbr:`PKCE (Proof Key of Code Exchange)`"
95101version = " 7.0"
96102wif = " Workforce Identity Federation"
103+ workload = " Workload Identity Federation"
97104
98105[substitutions ]
991062fa = " :abbr:`2FA (two-factor authentication)`"
@@ -110,6 +117,7 @@ application-s = "Ops Manager Applications"
110117application = " Ops Manager Application"
111118aws = " :abbr:`AWS (Amazon Web Services)`"
112119azure = " :abbr:`Azure (Microsoft Azure)`"
120+ azure-ad = " Microsoft Entra ID"
113121gcp = " :abbr:`GCP (Google Cloud Platform)`"
114122bic-full = " :bic:`MongoDB Connector for BI </>`"
115123bic-short = " :bic:`BI Connector </>`"
@@ -151,6 +159,7 @@ https = ":abbr:`HTTPS (Hypertext Transfer Protocol Secure)`"
151159iam = " :abbr:`IAM (Identity and Access Management)`"
152160iana = " :abbr:`IANA (Internet Assigned Numbers Authority)`"
153161idp = " :abbr:`IdP (Identity Provider)`"
162+ idp-full = " Identity Provider"
154163idps = " :abbr:`IdPs (Identity Providers)`"
155164ietf = " :abbr:`IETF (Internet Engineering Task Force)`"
156165index-page-title = " MongoDB Ops Manager"
@@ -170,6 +179,7 @@ jedec = ":abbr:`JEDEC (Joint Electron Device Engineering Council Solid State Tec
170179jira = " `Jira <https://jira.mongodb.org>`__"
171180json = " :abbr:`JSON (Javascript Object Notation)`"
172181jvm = " :abbr:`JVM (Java Virtual Machine)`"
182+ jwt = " :abbr:`JWT (JSON Web Token)`"
173183k8s-configmap = " `ConfigMap <https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/>`__"
174184k8s-configmaps = " `ConfigMaps <https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/>`__"
175185k8s-crd = " `CustomResourceDefinition <https://kubernetes.io/docs/tasks/access-kubernetes-api/extend-api-custom-resource-definitions/>`__"
@@ -274,5 +284,6 @@ vm = ":abbr:`VM (Virtual Machine)`"
274284vmg = " :abbr:`VMG (Virtual Machine Group)`"
275285vmg-full = " Virtual Machine Group"
276286win-http-service = " MongoDB Ops Manager HTTP Service"
287+ workload = " Workload Identity Federation"
277288xml = " :abbr:`XML (eXtensible Markup Language)`"
278289yaml = " :abbr:`YAML (Yet Another Markup Language)`"
0 commit comments