-
Notifications
You must be signed in to change notification settings - Fork 74
EAP to Azure AppService - Look for datasource drivers in config files #721
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EAP to Azure AppService - Look for datasource drivers in config files #721
Conversation
<rules> | ||
<rule id="eap-to-azure-appservice-datasource-driver-01000"> | ||
<when> | ||
<xmlfile matches="//driver" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is too broad a filter. Searching for a <driver>
element will find non-database related xml elements too, for instance libvirt disk config xml has a driver element. Maybe we can add a pattern for the acceptable contents of the element ( eg postgresql|jdbc|h2|mongodb etc)?
…ithub.com/dfuenzalida/windup-rulesets into dfuenzalida-eap-in-azure-appservice-datasource-driver
…re-appservice-datasource-driver Merge changes by PhilipCattanach in EAP in Azure AppService datasource driver rule
Look for database drivers in configuration files, since these need a script to be installed during application startup