James Sherwood-Jones
James Sherwood-Jones
**Describe the issue** The check ECSClusterLoggingEncryptedWithCMK.py (CKV_AWS_224) looks for logging configuration by interrogating an array at key "configuration". This array might not be returned, and thus this check will crash...
**Is your feature request related to a problem? Please describe.** I'd like to narrow the amount of data that is searched by our monitors by limiting them to only indexes...
### Description This PR ensures that the LifetimeWatcher returns an error when renewing fails continually until the lease expires. Resolves https://github.com/hashicorp/vault/issues/28611
**Describe the bug** In https://github.com/hashicorp/vault/pull/26868, the backoff package was upgraded to V4. Part of the difference between V3 and V4 of backoff is that the backoff.ExponentialBackOff struct now takes a...