aws-acmpca-can-administer
match (effective permission)
{
"action": "acm-pca:*",
"resource_type": "AWS::ACMPCA::CertificateAuthority"
}
emit
| source type | Identity |
|---|---|
| target type | * |
| source | <principal> |
| target | <certificate-authority node> |
| permissions | acm-pca:* |
Narrative
{principal.name} has full administrative control over CA {ca.name} (acm-pca:*).
Raw rule rules/explicit/aws-acmpca.yaml
id: aws-acmpca-can-administer
emits: CanAdminister
applies_to:
- aws
match_effective_permission:
action: acm-pca:*
resource_type: AWS::ACMPCA::CertificateAuthority
emit:
source_type: Identity
target_type: '*'
source: <principal>
target: <certificate-authority node>
permissions:
- acm-pca:*
narrative: '{principal.name} has full administrative control over CA {ca.name} (acm-pca:*).'