зеркало из https://github.com/mozilla/labs-vcap.git
Fixed the uaa config file to match uaa code changes in
preparation for public key signing of tokens. Change-Id: I8bcedec23216ce77e3aa0f9738348927a80de087
This commit is contained in:
Родитель
5a6eb0caa3
Коммит
0eab3c4124
|
@ -20,7 +20,8 @@ cloud_controller:
|
|||
|
||||
jwt:
|
||||
token:
|
||||
key: <%= node[:uaa][:jwt_secret] %>
|
||||
signing-key: <%= node[:uaa][:jwt_secret] %>
|
||||
verification-key: <%= node[:uaa][:jwt_secret] %>
|
||||
|
||||
batch:
|
||||
username: <%= node[:uaa][:batch][:username] %>
|
||||
|
|
Загрузка…
Ссылка в новой задаче