Starting June 27, as part of a security enhancement, all existing Engine Yard API tokens will be revoked. Any script or integration still using an old token will fail. To maintain uninterrupted service, you’ll need to regenerate your token and update all usages.
What You Need to Do:
1. Generate a New API Token
Via Web CLI:
-
Sign in and copy your token.
-
Via
ey-core
gem:gem install ey-core # if not already installed ey login # follow the login prompts cat ~/.eyrc # copy the "token" value from this file
2. Update All Scripts and Integrations
Replace old tokens in:
-
Automation scripts
-
CI/CD jobs
-
Any integration using the Engine Yard API
Token Lifecycle Changes
-
New tokens will expire every 90 days.
-
To revoke a token before it expires, submit a support ticket. Our team will assist with a revoke-and-reissue process.
-
Support will not email tokens — use the CLI or
ey-core
method to retrieve them securely.
Muhammad Rizwan
Comments