ScaleSec / terraform_aws_scp

AWS Organizations Service Control Policies (SCPs) written in HashiCorp Terraform.
Other
229 stars 44 forks source link

API Gateway - New conditions announced #70

Open jdyke opened 3 years ago

jdyke commented 3 years ago

API Gateway supports IAM conditions which can be turned into SCP security guardrails. The conditions keys are available for V1 and V2 of API Gateway Management perms

Examples can be found here: https://docs.aws.amazon.com/apigateway/latest/developerguide/security_iam_id-based-policy-examples.html

V1: https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonapigatewaymanagement.html#amazonapigatewaymanagement-policy-keys

V2: https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonapigatewaymanagementv2.html#amazonapigatewaymanagementv2-policy-keys

KevinHock commented 2 years ago

Nice nice! Great stuff Jason.