Details
-
Type: extRequest
-
Status: Closed
-
Priority: Major
-
Resolution: Done
-
Fix Version/s: Sprint 4.1.3
-
Component/s: FIWARE-TECH-HELP
-
Labels:None
-
HD-Chapter:Security
-
HD-Enabler:AuthZForce
Description
Responsible:
Bitergia Team
Description:
While running Unit Tests in my Access Control implementation, Unit Test 7 (PDP_Accounting_TestCase) failed due to a wrong path of the log. The test was trying to access a file who doesn’t exists. If we followed the Installation Guide step by step, the file must be located in:
/opt/glassfish3/glassfish/domains/domain1/logs/authzforce_access.log
This path must be changed in 2 of the steps, checkAccessLogBeforePDPRequest and checkAccessLogAfterPDPRequest.
Tested Ge(s):
Access Control
Alberto Martín
_______________________________________________
Fiware-tech-help mailing list
Fiware-tech-help@lists.fi-ware.org
https://lists.fi-ware.org/listinfo/fiware-tech-help
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Cyril Dangerville [ cyril.dangerville ] |
Fix Version/s | Sprint 4.1.3 [ 10739 ] |
Link | This issue is cloned by HELP-1430 [ HELP-1430 ] |
Link | This issue is cloned by HELP-1430 [ HELP-1430 ] |
Link | This issue is duplicated by HELP-1430 [ HELP-1430 ] |
Link | This issue is duplicated by HELP-1430 [ HELP-1430 ] |
Link | This issue is cloned by SEC-97 [ SEC-97 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | Answered [ 10104 ] |
Resolution | Done [ 10000 ] | |
Status | Answered [ 10104 ] | Closed [ 6 ] |
Component/s | FIWARE-TECH-HELP [ 10278 ] |
Summary | [Fiware-tech-help] [Chp - Security][Access Control] Wrong path in Unit Test 7 | FIWARE.Request.Lab.Security.AuthorizationPDP.WrongPathInUnitTest7 |
Summary | FIWARE.Request.Lab.Security.AuthorizationPDP.WrongPathInUnitTest7 | FIWARE.Request.Tech.Security.AuthorizationPDP.WrongPathInUnitTest7 |
HD-Enabler | AuthZForce [ 10887 ] | |
HD-Chapter | Security [ 10841 ] |
Transition | Time In Source Status | Execution Times | Last Executer | Last Execution Date | |||||
---|---|---|---|---|---|---|---|---|---|
|
8d 3h 22m | 1 | Cyril Dangerville | 20/Nov/14 7:33 PM | |||||
|
12s | 1 | Cyril Dangerville | 20/Nov/14 7:33 PM | |||||
|
7s | 1 | Cyril Dangerville | 20/Nov/14 7:33 PM |
Fixed for next release: the GEi will log in the right folder (.../logs/authzforce/access.log) as configured in SoapUI by default.
Workaround (in the meantime): in SoapUI, select Unit Test "PDP_Accounting_TestCase"; in bottom left menu "Properties", tab "Test Properties", change property "accesslogfile" to "/opt/glassfish3/glassfish/domains/domain1/logs/authzforce_access.log".