Skip to content

Commit

Permalink
Update 4.8 release notes
Browse files Browse the repository at this point in the history
The function library autz note.
  • Loading branch information
mederly committed Aug 1, 2023
1 parent a4efb0b commit 4d6930e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,11 @@ The changes since 4.7 are of interest probably for "advanced" midPoint deploymen
You should at least scan through them, though.
====

* The resolution of a function library object in <function> expression is now handled by a lower-level component (`FunctionLibraryManager`) without checking for authorizations.
If needed, the access to the functionality provided by these libraries should be restricted by expression profiles instead.
(Note that the calls to functions from withing scripts ignored authorizations from the beginning.)
See commit https://github.com/Evolveum/midpoint/commit/c9b1ceb18ead45cc193b1991c980015fed12c26e[c9b1ce].

// * The behavior of synchronization reaction to `deleted` situation was changed.
// Now it checks the existence of (other) accounts of given type, and invokes the actions only if there is none.
// See commit link:https://github.com/Evolveum/midpoint/commit/89e139da[89e139da].
Expand Down

0 comments on commit 4d6930e

Please sign in to comment.