Rotators
For how rotators fit alongside providers, see Providers and 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. |
Thank you for your feedback!
If you have a question about how to use Pulumi, reach out in Community Slack.
Open an issue on GitHub to report a problem or suggest an improvement.