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
- All
- Comments
- History
- Activity
- Transitions
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".