@@ -8,7 +8,10 @@ intersphinx = [ "https://docs.mongodb.com/manual/objects.inv",
8
8
" https://www.mongodb.com/docs/mongodb-shell/objects.inv" ,
9
9
" https://www.mongodb.com/docs/datalake/objects.inv" ,
10
10
" 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"
12
15
]
13
16
14
17
toc_landing_pages = [
@@ -31,6 +34,7 @@ toc_landing_pages = [
31
34
" /tutorial/configure-local-mode" ,
32
35
" /tutorial/slack-integration" ,
33
36
" /tutorial/configure-public-api-access" ,
37
+ " /tutorial/enable-oidc-authentication-for-group" ,
34
38
" /tutorial/manage-users" ,
35
39
" /tutorial/manage-alert-configurations" ,
36
40
" /tutorial/nav/access-control" ,
@@ -88,12 +92,15 @@ mdbagent-version-cloud = "11.11.0.7355"
88
92
mdbagent-version-opsmgr = " 10.14.31.6566"
89
93
mdbagent-wa = " MongoDB Agent with Automation"
90
94
mongosh = " :binary:`~bin.mongosh`"
95
+ oauth2 = " OAuth 2.0"
91
96
onprem = " Ops Manager"
92
97
onprem-full = " MongoDB Ops Manager"
93
98
opsmgr-example-url = " <OpsManagerHost>:<Port>"
94
99
opsmgr-url = " <OpsManagerHost>:<Port>"
100
+ pkce = " :abbr:`PKCE (Proof Key of Code Exchange)`"
95
101
version = " 8.0"
96
102
wif = " Workforce Identity Federation"
103
+ workload = " Workload Identity Federation"
97
104
98
105
[substitutions ]
99
106
2fa = " :abbr:`2FA (two-factor authentication)`"
@@ -110,6 +117,7 @@ application-s = "Ops Manager Applications"
110
117
application = " Ops Manager Application"
111
118
aws = " :abbr:`AWS (Amazon Web Services)`"
112
119
azure = " :abbr:`Azure (Microsoft Azure)`"
120
+ azure-ad = " Microsoft Entra ID"
113
121
gcp = " :abbr:`GCP (Google Cloud Platform)`"
114
122
bic-full = " :bic:`MongoDB Connector for BI </>`"
115
123
bic-short = " :bic:`BI Connector </>`"
@@ -151,6 +159,7 @@ https = ":abbr:`HTTPS (Hypertext Transfer Protocol Secure)`"
151
159
iam = " :abbr:`IAM (Identity and Access Management)`"
152
160
iana = " :abbr:`IANA (Internet Assigned Numbers Authority)`"
153
161
idp = " :abbr:`IdP (Identity Provider)`"
162
+ idp-full = " Identity Provider"
154
163
idps = " :abbr:`IdPs (Identity Providers)`"
155
164
ietf = " :abbr:`IETF (Internet Engineering Task Force)`"
156
165
index-page-title = " MongoDB Ops Manager"
@@ -170,6 +179,7 @@ jedec = ":abbr:`JEDEC (Joint Electron Device Engineering Council Solid State Tec
170
179
jira = " `Jira <https://jira.mongodb.org>`__"
171
180
json = " :abbr:`JSON (Javascript Object Notation)`"
172
181
jvm = " :abbr:`JVM (Java Virtual Machine)`"
182
+ jwt = " :abbr:`JWT (JSON Web Token)`"
173
183
k8s-configmap = " `ConfigMap <https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/>`__"
174
184
k8s-configmaps = " `ConfigMaps <https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/>`__"
175
185
k8s-crd = " `CustomResourceDefinition <https://kubernetes.io/docs/tasks/access-kubernetes-api/extend-api-custom-resource-definitions/>`__"
@@ -274,5 +284,6 @@ vm = ":abbr:`VM (Virtual Machine)`"
274
284
vmg = " :abbr:`VMG (Virtual Machine Group)`"
275
285
vmg-full = " Virtual Machine Group"
276
286
win-http-service = " MongoDB Ops Manager HTTP Service"
287
+ workload = " Workload Identity Federation"
277
288
xml = " :abbr:`XML (eXtensible Markup Language)`"
278
289
yaml = " :abbr:`YAML (Yet Another Markup Language)`"
0 commit comments