We have installed a Keyrock instance (Horizon + Keystone) through the automated tools in a local enviroment (Ubuntu 14.0.4 LTS). We have followed this guide
Keystone host: ubuntuHost Keystone port: 5000
Horizon host: ubuntuHost Horizon port: 8000
We have installed a Pep Proxy Wilma in another local enviroment (Centos 6.6):
Pep Proxy Wilma host: centosHost Pep Proxy Wilma port: 80800
We want to configure the Pep Proxy Wilma to attack an instance of IDAS that is installed in the same enviroment that the Pep Proxy Wilma:
IDAS host: centosHost IDAS port: 8080
In order to do this we have put the following configuration file of Pep Proxy Wilma:
config.account_host = 'ubuntuHost:8000';
config.keystone_host = 'ubuntuHost'; config.keystone_port = 5000;
config.app_host = 'centosHost'; config.app_port = '8080';
config.username = 'idm'; config.password = 'idm';
// in seconds config.chache_time = 300;
When we try to run the pep proxy wilma server, the following error shows up:
express deprecated app.configure: Check app.get('env') in an if statement server.js:35:5 Starting PEP proxy in port 80800. Keystone authentication ... Error in keystone communication {"error": {"message": "The request you have made requires authentication.", "code": 401, "title": "Unauthorized"}}
We do not know what is happening here; if this has something to do with the horizon or keystone, or both of them
Could you help us with this?
Thanks in advance, Rafa.