We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
MySQL offer access to specific column. It would be useful to manage this from the formula level. For example you can do it like:
user: frank: password: 'somepass' host: localhost databases: - database: foo grants: ['select', 'insert'] table: foobar - column: col grants: ['update']
The text was updated successfully, but these errors were encountered:
@pawelrosada Thanks for this feature request.
For anyone looking at this, the current pillar.example section is as follows:
pillar.example
mysql-formula/pillar.example
Lines 108 to 115 in b4f5f79
Sorry, something went wrong.
No branches or pull requests
Describe the solution you'd like
MySQL offer access to specific column. It would be useful to manage this from the formula level.
For example you can do it like:
The text was updated successfully, but these errors were encountered: