Conversation
Docs Review — automate-azure-app-secret-rotation-with-escOverall this is a clean, focused blog post. A few items to address before merging: Issues
Publishing Readiness Checklist
Mention me (@claude) if you'd like additional reviews or help with fixes. |
|
Your site preview for commit 0d20bd4 is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-18294-0d20bd46.s3-website.us-west-2.amazonaws.com. |
Docs Review — PR #18294Issues
Suggestions
Publishing readiness checklist
Mention me ( |
e654575 to
c3cfb8d
Compare
|
Your site preview for commit e654575 is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-18294-e6545759.s3-website.us-west-2.amazonaws.com. |
|
Your site preview for commit c3cfb8d is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-18294-c3cfb8df.s3-website.us-west-2.amazonaws.com. |
| inputs: | ||
| login: ${environments.logins.production.azure.login} | ||
| clientId: <target-app-client-id> | ||
| lifetimeInDays: 180 |
There was a problem hiding this comment.
I would add more content about expiration dates and also explain this option in more detail so that users not only understand how but also when they can/should rotate their secrets
| bluesky: "Automate Azure app secret rotation with Pulumi ESC — never worry about expired credentials again." | ||
| --- | ||
|
|
||
| If you manage Azure app registrations, keeping track of client secrets is a constant hassle. Forgetting to rotate them before they expire can lead to broken authentication and unexpected outages. With [Pulumi ESC](/docs/esc)'s `azure-app-secret` rotator, you can automate client secret rotation for your Azure apps, so you never have to worry about expired credentials again! |
There was a problem hiding this comment.
Maybe we can add more content or an example about how Azure app registrations are used and when they have client secrets which need to be rotated.
|
Added needs-design label to let @jeffmerrick double check the images |
|
Your site preview for commit 193fddc is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-18294-193fddcc.s3-website.us-west-2.amazonaws.com. |
|
Your site preview for commit a660671 is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-18294-a660671c.s3-website.us-west-2.amazonaws.com. |
Proposed changes
Add blog post for azure app secret rotator. depends on #17781
Unreleased product version (optional)
Related issues (optional)