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:
Joel D'sa 2012-05-07 16:25:01 -07:00
Родитель 5a6eb0caa3
Коммит 0eab3c4124
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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] %>