OpenStack API token lifespan extension -


all,

openstack api issues token after successful authentication. however, valid 1 hour.

is there workaround or possibility extend token's lifespan?

thanks & regards, ganesh.

you may want take @ solutions used heat, openstack orchestration engine.

heat needs able execute actions on behalf of user @ point in future. heat cannot store token because, have stated, tokens expire.

heat offers 2 solutions "deferred authentication".

there lots of details how heat handles here , here.

there api examples of keystone trusts on enovance blog, , more on here.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -