Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

v2.2.0

Compare
Choose a tag to compare
@mlevit mlevit released this 05 Jul 22:22
· 13 commits to main since this release
64831c3
  • Added wildcard support to allowlist resource ID. Comparisons are now performed using the fnmatch Python module. The following special characters can be used:

    Pattern Meaning
    * matches everything
    ? matches any single character
    [seq] matches any character in seq
    [!seq] matches any character not in seq
  • Added Kafka Serverless Cluster cleanup.

  • Fixed mismatch between app settings and exeuction log for Elastic Beanstalk and Elasticsearch Service. This prevented allowlisting via the execution log in the web app.