SigningKey
Key usable to sign tokens/artifacts.
class: Secret
Realizing resources
aws aws
| resource | scope | enumerate | required permissions |
|---|---|---|---|
aws:acmpca:certificate-authority |
regional | acm-pca:ListCertificateAuthorities |
acm-pca:ListCertificateAuthorities |
As edge source
As edge target
Exposure sites
Rules that touch SigningKey 19
Issue a certificate for an arbitrary subject/SAN signed by the CA's key.
aws
CanSignAsRewrite the CA resource policy to grant self issuance, then sign as the CA.
aws
CanSignAsIssue a SubordinateCACertificate to create a new issuer chaining to the trusted CA.
aws
CanSignAsA CU with wrap rights can wrap an EXTRACTABLE key out of the HSM for offline use.
aws
CanExportKeyA CloudHSM CU credential (with VPC reach) can sign with the HSM private key.
aws
CanSignAsSigning with a key that anchors an auth system forges the trusted identity.
aws
CanImpersonateAdmin of a SIGN_VERIFY key can self-grant kms:Sign and forge signatures.
aws
CanSignAsThe B2C IEF Keyset Administrator can replace the signing keyset used by custom policies, enabling token forgery for all relying party applications.
azure
CanModifyTrustKey Vault Administrator can sign with every signing-capable key in the vault.
azure
CanSignAsA vault self-grant equally yields sign on every signing-capable key in the vault.
azure
CanSignAsazure
CanSignAsA Managed HSM local Crypto User role can sign with an HSM signing key.
azure
CanSignAsPossession of the security domain + quorum keys can clone all HSM keys to a new pool.
azure
CanExportKeyIssuing a certificate from a CA that is the trust anchor of a federation lets the issuer mint a matching external identity and federate in.
A cert signed by the CA authenticates as the subject/SAN it names to a consuming trust.
gcp
CredentialsForIssue a cert for an attacker-chosen subject/SAN that a downstream trust accepts, impersonating that identity.
gcp
CanImpersonateA principal that can execute as a workload SA holding certificateRequester can issue certs.
gcp
CanSignAs