smallstep / nosql

NoSQL is an abstraction layer for data persistency
Apache License 2.0
20 stars 23 forks source link

Allow operation with less privileged user #46

Open dopey opened 1 year ago

dopey commented 1 year ago

Fixes #42

dopey commented 1 year ago

@clayrosenthal I got it working by switching out the backticks for single quotes. Based on the documentation, I think that's ok. I also did some unit fuzz testing and that seems to work as expected.

Do you have a setup where you're able to test a few instances of this binary against a mysql server? Maybe with different permissions as you were hoping to use it.

clayrosenthal commented 1 year ago

I have a setup that I can use to test this with, but unsure how to build this binary given its separate from the main certificates repo