Changes between Version 27 and Version 28 of BluePrintAuthenticationAccess


Ignore:
Timestamp:
01/10/09 14:03:47 (16 years ago)
Author:
Fran Boon
Comment:

Accounting defined :)

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintAuthenticationAccess

    v27 v28  
    7373
    7474== Accounting ==
    75 Some deployments need the ability log all activity.
     75Events can be audited at the Global level or the per-Module level.
    7676
    77 We should probably support this by adding hooks into the [wiki:BluePrintREST RESTlike controller]
     77Most auditing wins, so if the Global is True, then all Modules will Log. If Global is False then Modules have control & can selectively enable it.
     78
     79Global settings are defined in {{{default_settings}}} table.[[BR]]
     80Per-Module settings are defined in {{{module_settings}}} table.[[BR]]
     81Each defines 2 levels of Auditing - Audit just Changes (C/U/D), or also Reads:
     82  * {{{audit_read}}}
     83  * {{{audit_write}}}
     84
     85These are passed to the session for use in controllers/displays:
     86  * {{{session.s3.audit_read}}}
     87  * {{{session.s3.audit_write}}}
     88
     89They are enforced via the [wiki:BluePrintREST RESTlike controller]
    7890
    7991----