mirror of
https://github.com/nspcc-dev/neofs-oauthz.git
synced 2026-03-01 04:29:13 +00:00
Add object size and epoch lifetime limits to token #20
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @roman-khimov on GitHub (Mar 18, 2024).
Originally assigned to: @smallhive on GitHub.
Once NeoFS 0.41.0 is out with https://github.com/nspcc-dev/neofs-api/issues/255 implemented add object size and epoch lifetime limits to token rules.
@roman-khimov commented on GitHub (Apr 21, 2024):
Size needs to be configurable as a static limit and max lifetime should translate into a limit for expiration of
current epoch + configured lifetime + token lifetime (1d? what is it now?)