Get full keystone token from horizon
Hi,
I'm custimizing horizon panels and i need the user name and the password or the token generated by keystone. In the request field, i can find the user name and and token JSON structure, but the token id from the structure is with its shortened form (the hash key to memcached).
How can i get the password or the "true" token? Is there any method?
Thank you so much and best regards, Álvaro
hi, how do you get the user name and token JSON structure?
i also stuck in the same problem.
thanks a lot!