openbaton / openstack4j-plugin

Apache License 2.0
3 stars 12 forks source link

[ENHANCEMENT] For security reasons os clients should reuse the same token until it expires. #21

Closed maxrome closed 7 years ago

maxrome commented 7 years ago

For security reasons os clients should reuse the same token until it expires, so user and password are not sent for every request. This commit improves also performances, it is not wasted time to get a new token for every request.

A new token is requested by os client when the old one expires.

lorenzotomasini commented 7 years ago

Sorry for not being clear, but rebase on develop and do the merge request into develop, not master