objects
config setting in the fusion-config-sync
section of the Helm chart.
Enabled/disabled objects
Each object type can be disabled for synchronization using thecfg.sub.objects.<TYPE-KEY>.enabled
setting.
For instance, to disable synchronization of the users
object type, use the following configuration:
Name filters
Each object type can have a name filter regex (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:
Prop filters
Each object type can have a prop filter list (cfg.pub.objects.<TYPE-KEY>.prop-filter
setting) that filters out object properties.
Subscriber mode does not support prop filters.
cfg.pub.objects.prop-filter
setting.
For instance, to exclude the password
property for the users
object type, use the following configuration: