Create database with an user that requires ssl #302
Labels
Feature Request
Enhancement to existing functionality or new functionality
hacktoberfest
An issue highlighted for the digital ocean Hacktoberfest Event
:person_frowning: Problem Statement
Right now it is impossible to use the
mysql_database
resource if the user configured hasREQUIRE SSL
on the server, and the server is not localhost.❔ Possible Solution
Add a new property called
use_ssl
which would set the flag--ssl
in https://github.com/sous-chefs/mariadb/blob/master/libraries/helpers.rb#L41The text was updated successfully, but these errors were encountered: