DCH 2.2
What's New
Version 2.2 includes following new features and changes.
Graph Security Layer
New features to enable additional filtering and automatic Access Rule generation were added to Graph Security Layer.
Custom ExternalGraphSecurity workers allow to additionally filter graph related results after Access Rules are
applied. Once registered in GBS, each graph related call to EBS will also call ExternalGraphSecurity workers which
may then filter results based on customer specific systems or rules. For more information regarding the
implementation of such a worker, refer to the developer documentation.
Since manually creating and maintaining Access Rules can be cumbersome, version 2.2 adds the possibility to
automatically generate Access Rules based on external systems. A new Rule Transformation step can be added
to Load Plans. This step allows to define a registered RuleTransformation
worker that is called when the step is executed. Such a worker can be used to automatically create Access Rules
based on customer specific systems. The data a worker needs to create rules (e.g., users, entities, properties, etc.)
can be defined in the Rule Transformation step. For more information regarding the
implementation of such a worker, refer to the developer documentation.