mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 14:55:00 +00:00
feat(cognito): add Amazon Cognito service (#3060)
This commit is contained in:
@@ -48,6 +48,10 @@ for page in get_parameters_by_path_paginator.paginate(
|
||||
logging.info("Updating subservices and the services not present in the original matrix")
|
||||
# macie2 --> macie
|
||||
regions_by_service["services"]["macie2"] = regions_by_service["services"]["macie"]
|
||||
# cognito --> cognito-idp
|
||||
regions_by_service["services"]["cognito"] = regions_by_service["services"][
|
||||
"cognito-idp"
|
||||
]
|
||||
# opensearch --> es
|
||||
regions_by_service["services"]["opensearch"] = regions_by_service["services"]["es"]
|
||||
# elbv2 --> elb
|
||||
|
||||
Reference in New Issue
Block a user