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
The current /token endpoint does not provide a way for clients to specify the lifetime of the token to be generated. This should be added as a way to override the internal API default expiry value.
expiry date / time added to the /token endpoint
unit tests updated accordingly
end-to-end tests updated accordingly
--expiry option added to kci user token and underlying API Python bindings in kernelci-core
The current
/tokenendpoint does not provide a way for clients to specify the lifetime of the token to be generated. This should be added as a way to override the internal API default expiry value./tokenendpoint--expiryoption added tokci user tokenand underlying API Python bindings inkernelci-core