Skip to content

Commit

Permalink
[#28] Adjusted README.
Browse files Browse the repository at this point in the history
  • Loading branch information
korydraughn authored and alanking committed Oct 20, 2023
1 parent d7fd689 commit 6d0d849
Showing 1 changed file with 9 additions and 18 deletions.
27 changes: 9 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,24 +35,15 @@ After installing the plugin, `/etc/irods/server_config.json` needs to be configu
Add a new stanza to the "rule_engines" array within `server_config.json`:

```json
{
"instance_name": "irods_rule_engine_plugin-audit_amqp-instance",
"plugin_name": "irods_rule_engine_plugin-audit_amqp",
"plugin_specific_configuration" : {
"amqp_location" : "ANONYMOUS@localhost:5672",
"amqp_topic" : "audit_messages",
"pep_regex_to_match" : "audit_.*"
}
},
```

Add the new `audit_` namespace to the "rule_engine_namespaces" array within `server_config.json`:

```
"rule_engine_namespaces": [
"",
"audit_"
],
{
"instance_name": "irods_rule_engine_plugin-audit_amqp-instance",
"plugin_name": "irods_rule_engine_plugin-audit_amqp",
"plugin_specific_configuration" : {
"amqp_location" : "ANONYMOUS@localhost:5672",
"amqp_topic" : "audit_messages",
"pep_regex_to_match" : "pep_.+"
}
}
```

Further information on this plugin is described in the slide deck available here: http://slides.com/irods/ugm2016-auditing-rule-engine-amqp
Expand Down

0 comments on commit 6d0d849

Please sign in to comment.