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

Open maxrome opened 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.