Start a conversation

API Token Policy Change: 90-Day Expiry Now Enforced — Regenerate Tokens After June 27

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:

  • Visit: https://cloud.engineyard.com/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.


Choose files or drag and drop files
Was this article helpful?
Yes
No
  1. Muhammad Rizwan

  2. Posted

Comments