Skip to content

Commit c1d7f8f

Browse files
committed
Sync config v15.4.0 : Add commented-out configs for microsoft_graph_mailer
See upstream merge request: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/97372
1 parent c502882 commit c1d7f8f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

assets/runtime/config/gitlabhq/gitlab.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,22 @@ production: &base
187187
# plaintext. This can be a security risk.
188188
# display_initial_root_password: false
189189

190+
# Allows delivery of emails using Microsoft Graph API with OAuth 2.0 client credentials flow.
191+
microsoft_graph_mailer:
192+
enabled: false
193+
# The unique identifier for the user. To use Microsoft Graph on behalf of the user.
194+
# user_id: "YOUR-USER-ID"
195+
# The directory tenant the application plans to operate against, in GUID or domain-name format.
196+
# tenant: "YOUR-TENANT-ID"
197+
# The application ID that's assigned to your app. You can find this information in the portal where you registered your app.
198+
# client_id: "YOUR-CLIENT-ID"
199+
# The client secret that you generated for your app in the app registration portal.
200+
# client_secret: "YOUR-CLIENT-SECRET-ID"
201+
# Defaults to "https://login.microsoftonline.com".
202+
# azure_ad_endpoint:
203+
# Defaults to "https://graph.microsoft.com".
204+
# graph_endpoint:
205+
190206
## Reply by email
191207
# Allow users to comment on issues and merge requests by replying to notification emails.
192208
# For documentation on how to set this up, see https://docs.gitlab.com/ee/administration/reply_by_email.html

0 commit comments

Comments
 (0)