Implemented unauthenticated access to reports.
All reports generated by mentat-reporter.py are now accessible via unauthenticated URL protected by security token. This feature enables easy sharing of security information even with people without full access to web interface. (Redmine issue: #3734)
Showing
- conf/mentat-reporter.py.conf 1 addition, 1 deletionconf/mentat-reporter.py.conf
- conf/templates/reporter/default.extra.txt.j2 1 addition, 1 deletionconf/templates/reporter/default.extra.txt.j2
- conf/templates/reporter/default.summary.txt.j2 1 addition, 1 deletionconf/templates/reporter/default.summary.txt.j2
- lib/hawat/blueprints/reports/__init__.py 29 additions, 1 deletionlib/hawat/blueprints/reports/__init__.py
- lib/hawat/blueprints/reports/templates/reports/show.html 10 additions, 1 deletionlib/hawat/blueprints/reports/templates/reports/show.html
Loading
Please register or sign in to comment