You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As context on our use case, we have various API Products that expose data with different classifications (PII, confidential, public etc), and hence the default expiration dates could vary depending on this classification.
Right now the Apigee Drupal UI has that setting for the key lifetime but it's a "1 size fits all" setting.
Is your feature request related to a problem? Please describe.
The need exists to set different expiration dates on credentials based on the consumer type and what product they subscribe to
Describe the solution you would like
Custom Attributes comes to mind. For example, an attribute such as "key_expiry_days" could be set to define how long keys last for a given product
Describe alternatives you have considered
cron job, very inelegant and leaves holes/race conditions
The text was updated successfully, but these errors were encountered: