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 an administrator, I would like to have the ability to set a maximum expiry duration that users can configure for:
Uploaded files
Currently, Zipline allows setting a default expiry time, but there is no backend restriction to prevent users from choosing a value that is too far in the future (e.g., more than 1 year).
This feature would help:
Maintain better control of resources
Prevent abuse (uploaded files staying active for excessive periods)
Promote good service hygiene
Expected behavior:
An admin setting to define the maximum allowed expiry duration (e.g.: 365 days, 90 days…)
If a user tries to set a longer expiry (via UI or API), the server should reject the request and return a clear error message
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
As an administrator, I would like to have the ability to set a maximum expiry duration that users can configure for:
Currently, Zipline allows setting a default expiry time, but there is no backend restriction to prevent users from choosing a value that is too far in the future (e.g., more than 1 year).
This feature would help:
Expected behavior:
I opened a PR (#934) ^^
Thank you for your consideration!
Beta Was this translation helpful? Give feedback.
All reactions