objects
config setting in the fusion-config-sync
section of the Helm chart.
cfg.sub.objects.<TYPE-KEY>.enabled
setting.
For instance, to disable synchronization of the users
object type, use the following configuration:
cfg.sub.objects.<TYPE-KEY>.name-filter
setting) that filters out objects by their name.
The global name filter regex for all object types is cfg.sub.objects.name-filter
setting.
For instance, to exclude all objects with names starting with test
for the users
object type, use the following configuration:
cfg.pub.objects.<TYPE-KEY>.prop-filter
setting) that filters out object properties.
cfg.pub.objects.prop-filter
setting.
For instance, to exclude the password
property for the users
object type, use the following configuration: