Details
-
Type: Monitor
-
Status: Closed
-
Priority: Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 2021
-
Component/s: FIWARE-TECH-HELP
-
Labels:
-
HD-Enabler:Wilma
Description
Created question in FIWARE Q/A platform on 12-04-2018 at 04:04
Please, ANSWER this question AT https://stackoverflow.com/questions/49786857/fiware-pep-6-2-cant-get-a-x-subject-token-when-staring-it
Question:
FIWARE PEP 6.2 can't get a 'x-subject-token' when staring it
Description:
I try to protect orion with PEP 6.2. Although PEP proxy starts, It can't get a 'x-subject-token'. Why can't PEP get it? Is my configuration incorrect or insufficient?
PEP 6.2
server.js:70
IDM.authenticate (function (token)
{ log.info('Success authenticating PEP proxy. Proxy Auth-token: ', token); }, function (status, e) {
lib/idm.js:22
var authenticate = function(callback, callbackError) {
var options = {
host: config.idm.host,
port: config.idm.port,
path: '/v3/auth/tokens',
method: 'POST',
headers:
};
.............................................
log.info(options); // debug
log.info(protocol); // debug
log.info(body.auth.identity.password.user); //debug
proxy.sendData(protocol, options, JSON.stringify(body), undefined, function (status, resp, headers)
, callbackError);
Log :
'my_token' is undefiend.
pep | 2018-04-12 10:27:44.665 - INFO: Server - Starting PEP proxy in port 80. IdM authentication ...
pep | 2018-04-12 10:27:44.667 - INFO: IDM-Client - { host: 'account.lab.fiware.org',
pep | port: 5000,
pep | path: '/v3/auth/tokens',
pep | method: 'POST',
pep | headers:
}
pep | 2018-04-12 10:27:44.668 - INFO: IDM-Client - http
pep | 2018-04-12 10:27:44.668 - INFO: IDM-Client -
pep | 2018-04-12 10:27:45.723 - INFO: IDM-Client - my_token: undefined
pep | 2018-04-12 10:27:45.723 - INFO: Server - Success authenticating PEP proxy. Proxy Auth-token: undefined
Thank you in advance.
Activity
- All
- Comments
- History
- Activity
- Transitions
2018-04-12 06:05|CREATED monitor | # answers= 0, accepted answer= False