nautobot-app-secrets-providers
nautobot-app-secrets-providers copied to clipboard
Delinea - Returns HTTP403 for Rate Limited Users/Keys, Need to Add Workaround
Environment
- Python version: Not applicable
- Nautobot version: Not applicable
- secrets version: 1.4.1
Expected Behavior
Expected to get a secret from Secret Server
Observed Behavior
Getting HTTP403 messages after a rate limiting happens. This should be a HTTP429 that we can then act on. However, that is not the behavior of the product.
Would like to see a rate limiting backoff applied to the Delinea plugin, although I'm not quite sure where we have a response code. It doesn't look like we currently check the response code.