Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Have dao methods for creating and retrieving row(s) from aforementioned table.

Questions on models changes:

How many records could this return? may want to force a limit on the record count and maximum time window. may want to require starting timestamp

what sort of filters should be allowed? pdpGroup, policy name and version and a timestamp limit (until that timestamp).

even with the timestamp, should we have a record limit? what number would be appropriate?

could it also be a filter? have specified a default limit (i.e 50 records) but can be informed on usage.

wonder if we could use a different term than "Tracker"? That term is already used within PAP with a different meaning

suggestions: PdpPolicyDeploymentAudit or PdpDeploymentAudit


policy-pap:

have the endpoints for deploy/undeploy updated with the call for storing the process for tracking.

...