Closed 0xRet closed 1 month ago
In yeti.conf.sample we can find a default_tag_expiration variable. This variable seems to not be used elsewhere.
default_tag_expiration
This variable should replace the default value DEFAULT_EXPIRATION specified in core/schemas/tag.py
DEFAULT_EXPIRATION
Only DEFAULT_EXPIRATION is used.
https://github.com/yeti-platform/yeti/pull/1147 should fix the issue.
Fixed by https://github.com/yeti-platform/yeti/pull/1147
Description
In yeti.conf.sample we can find a
default_tag_expiration
variable. This variable seems to not be used elsewhere.Expected behavior
This variable should replace the default value
DEFAULT_EXPIRATION
specified in core/schemas/tag.pyActual behavior
Only
DEFAULT_EXPIRATION
is used.