You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/connector/docs/connectors-release-notes.asciidoc
+63Lines changed: 63 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,69 @@ It includes detailed steps, tooling, and resources to help you transition to sup
57
57
IMPORTANT: Users building custom docker images based on this Dockerfile may have to review their configuration for compatibility with the new base image.
58
58
See https://github.com/elastic/connectors/pull/3063[*PR 3063*].
59
59
60
+
[discrete]
61
+
[[es-connectors-release-notes-8-17-10]]
62
+
=== 8.17.10
63
+
64
+
[discrete]
65
+
[[es-connectors-release-notes-8-17-10-bug-fixes]]
66
+
===== Bug fixes
67
+
68
+
.Resolves missing access control for “Everyone Except External Users” in SharePoint connector
69
+
[%collapsible]
70
+
====
71
+
Permissions granted to the “Everyone Except External Users” group were previously ignored, causing incomplete access control metadata in documents. This occurred because the connector did not recognize the group’s login name format.
72
+
PR https://github.com/elastic/connectors/pull/3577[*#3577*] resolves this issue by recognizing the group’s login format and correctly applying its permissions to document access control metadata.
0 commit comments