.gitignore
CODE_OF_CONDUCT.md
LICENSE
README.md
SECURITY.md
mkdocs.yml
setup.cfg
setup.py
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/docs.yml
.github/workflows/python-publish.yml
docs/access-control.md
docs/endpoint-structure.md
docs/errors-and-metrics.md
docs/example.md
docs/filtering.md
docs/index.md
docs/setup.md
docs/validation.md
example/aws/api_gateway/.gitignore
example/aws/api_gateway/Dockerfile
example/aws/api_gateway/Makefile
example/aws/api_gateway/README.md
example/aws/api_gateway/package.json
example/aws/api_gateway/requirements.txt
example/aws/api_gateway/serverless.yml
example/aws/api_gateway/example/__init__.py
example/aws/api_gateway/example/constants.py
example/aws/api_gateway/example/utils.py
example/aws/api_gateway/example/endpoints/__init__.py
example/aws/api_gateway/example/endpoints/audit.py
example/aws/api_gateway/example/endpoints/create.py
example/aws/api_gateway/example/endpoints/delete.py
example/aws/api_gateway/example/endpoints/get.py
example/aws/api_gateway/example/endpoints/history.py
example/aws/api_gateway/example/endpoints/list.py
example/aws/api_gateway/example/endpoints/search.py
example/aws/api_gateway/example/endpoints/update.py
example/aws/flask/Dockerfile
example/aws/flask/main.py
example/aws/flask/requirements.txt
example/gcp/flask/Dockerfile
example/gcp/flask/main.py
example/gcp/flask/requirements.txt
example/mongo/flask/Dockerfile
example/mongo/flask/main.py
example/mongo/flask/requirements.txt
scoutr/__init__.py
scoutr/exceptions.py
scoutr.egg-info/PKG-INFO
scoutr.egg-info/SOURCES.txt
scoutr.egg-info/dependency_links.txt
scoutr.egg-info/requires.txt
scoutr.egg-info/top_level.txt
scoutr/helpers/__init__.py
scoutr/helpers/api_gateway/__init__.py
scoutr/helpers/api_gateway/utils.py
scoutr/helpers/flask/__init__.py
scoutr/helpers/flask/oidc.py
scoutr/helpers/flask/routes.py
scoutr/helpers/flask/utils.py
scoutr/models/__init__.py
scoutr/models/audit.py
scoutr/models/config.py
scoutr/models/request.py
scoutr/models/user.py
scoutr/providers/__init__.py
scoutr/providers/aws/__init__.py
scoutr/providers/aws/api.py
scoutr/providers/aws/filtering.py
scoutr/providers/base/__init__.py
scoutr/providers/base/api.py
scoutr/providers/base/filtering.py
scoutr/providers/gcp/__init__.py
scoutr/providers/gcp/api.py
scoutr/providers/gcp/filtering.py
scoutr/providers/mongo/__init__.py
scoutr/providers/mongo/api.py
scoutr/providers/mongo/filtering.py
scoutr/utils/__init__.py
scoutr/utils/mock_sentry.py
scoutr/utils/utils.py