mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
10 lines
298 B
TOML
10 lines
298 B
TOML
title = "simple config with allowlist for aws"
|
|
|
|
[[rules]]
|
|
description = "AWS Access Key"
|
|
id = "aws-access-key"
|
|
regex = '''(A3T[A-Z0-9]|AKIA|AGPA|AIDA|AROA|AIPA|ANPA|ANVA|ASIA)[A-Z0-9]{16}'''
|
|
tags = ["key", "AWS"]
|
|
[rules.allowlist]
|
|
regexes = ['''AKIALALEMEL33243OLIA''']
|