You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Note, we don't have the built in actions to make this happen, so this is an EL (expression language) rule

Allow GrouperSystem to run trusted ELs for rules

Otherwise you get object is null error

  1. Create group: etc:rulesAccessToApiInEl
  2. Add config entry to grouper.properties (e.g. in UI)

    rules.accessToApiInEl.group = etc:rulesAccessToApiInEl

Configure rule



AttributeAttribute metadataValue
rule


ruleActAsSubjectIdGrouperSystem

ruleActAsSubjectSourceIdg:isa

ruleCheckStemScopeSUB

ruleCheckTypegroupCreate

ruleThenEl
${ruleUtils.group(null, 'destination:groupOfGroups', null, true, true).addMember(ruleUtils.group(null, groupName, null, true, true).toSubject(), false)}

ruleValidT
  • No labels