Results 5 issues of Martin

The DNS server used to query domains was hardcoded to `8.8.8.8`. I added a new flag `-dns` to configure it and `8.8.8.8` is the default value if the flag is...

System user UID range was extended from 0-499 to 0-999 (https://access.redhat.com/articles/1190233). In the template `rhel_system_auth.j2` there is a 500 harcoded. I think there should be a variable with the max...

bug

I was trying to map **Testing for Race Conditions (OWASP-AT-010)** from OTGv3 ( https://wiki.owasp.org/index.php/Testing_for_Race_Conditions_(OWASP-AT-010) ) to the latest version but I can't find a section talking about race conditions. The...

enhancement
new

The changes in the configuration of the plugin Ansible File Copier aren't saved. I'm using rundeck 2.8.1-1 and last release of this plugin (2.2.0, but this also happened in 2.0.2)...

question

**The problem** For jobs that generate some kind of output (pdf, html, xml, etc) like a report from a tool or similar, is desirable to get access to that file...

enhancement