[FeatureReq - Partner Center] Programmatically Renew API Keys in Publish API v1.1 #218
Labels
Feature
the issue is a new feature request that we might eventually implement in the product
Partner Center
Label to filter all items related to Partner Center
Is your feature request related to a problem? Please describe.
I understand that a recent change was made to move from access tokens to rotating API keys to enhance the security of the Microsoft Edge Publish API. These API keys now expire every 72 days to reduce the risk of compromised credentials.
As it stands, there is no way to renew these keys programmatically. This means that every 72 days, a developer must manually log into the Partner Center, regenerate the API keys, and then manually update them in their CI/CD pipelines.
This manual process presents several challenges:
Describe the solution you'd like
I would like to have a way to programmatically renew API keys through an API endpoint or automation script.
Implementing this feature would:
The text was updated successfully, but these errors were encountered: