substantial cleanup of the renew method and client
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 28 May 2014 14:37:46 +0000 (16:37 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 28 May 2014 14:37:46 +0000 (16:37 +0200)
commit49aeb133ab3b334a2785886efedf5b9f2a3da23b
tree9faf213ba2ce6da5ddcb4ed175b887d4e4c62003
parentba25795c43c7bbf64a49d8cb064f5322ee0f9bd5
substantial cleanup of the renew method and client
* sfi -l aka --as-long-as-possible is supported in sfi
* sfi renew <> +2d / +3w / +4m is now working as well as the other time formats (int, rfc3339...)
* most importantly the final expiration time is trimmed to the min of credential expiration and max_slice_renewal, but goes on with these values instead of whining
sfa/client/sfi.py
sfa/managers/aggregate_manager.py
sfa/methods/Renew.py
sfa/util/sfatime.py