Rotators
Reference catalog of the credential rotators shipped with Pulumi ESC. For an introduction to how rotators work — the rotation lifecycle, scheduling, permissions, and best practices — see Rotators. For deploying rotation connectors so a rotator can reach a target inside a private network, see Rotation connectors.
| Rotator | Required connector | Description |
|---|---|---|
| aws-iam | None | Rotate access credentials for an AWS IAM user. |
| azure-app-secret | None | Rotate client secrets for an Azure app registration. |
| mysql | aws-lambda (private networks only) | Rotate user credentials for a MySQL database. |
| password | None | Rotate any user-defined key using password generation rules. |
| passphrase | None | Rotate any user-defined key using memorable passphrase generation rules. |
| postgres | aws-lambda (private networks only) | Rotate user credentials for a PostgreSQL database. |
| snowflake-user | None | Rotate RSA keypairs for a Snowflake user. |
| external | None | Rotate credentials using a custom service adapter. |