Automation suggestions
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Manual rotation and validation are error-prone and time-consuming. Automation ensures consistency and enforces security best practices. These suggestions help you schedule regular checks, validate endpoints, and rotate keys without human intervention.
Consider implementing the following automation tasks to improve reliability and reduce
manual effort:
- Continuous integration job—Regenerate the profile weekly using the
--no-prompt --no-saflags to test specification parsing and build integrity. - Scheduled job—Validate the JWKS endpoint using a
HEADrequest and cache purge. Report any unreachable states. - Cron or pipeline task—Rotate development SA keys automatically every month.