As an outcome of the threat modelling practice we decided to allow the charm to limit the number of certs it handles per requirer.
By default there is no limit but it can be set using the charm config.
When set the charm will handle the first X outstanding request per relation each time ignoring the rest (where X is the limit). It will pick up the requests where it left them on the next iteration.
Description
As an outcome of the threat modelling practice we decided to allow the charm to limit the number of certs it handles per requirer. By default there is no limit but it can be set using the charm config. When set the charm will handle the first X outstanding request per relation each time ignoring the rest (where X is the limit). It will pick up the requests where it left them on the next iteration.
Checklist: