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. #20

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

Hi Max,

great, thanks. please rebase on develop to get the latest changes (.travis.yaml file for instance) so the integration test can actually test and then we will include