new authzs: remove feature + add required SQL users (#4176)

This commit is contained in:
Roland Bracewell Shoemaker 2019-04-23 11:56:09 -07:00 committed by Daniel McCarney
parent 2f3c703a72
commit e385ec1247
2 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,6 @@
"timeout": "15s"
},
"features": {
"NewAuthorizationSchema": true
}
},

View File

@ -42,6 +42,8 @@ GRANT SELECT,INSERT,UPDATE ON orders TO 'sa'@'localhost';
GRANT SELECT,INSERT ON orderToAuthz TO 'sa'@'localhost';
GRANT SELECT,INSERT ON requestedNames TO 'sa'@'localhost';
GRANT SELECT,INSERT,DELETE ON orderFqdnSets TO 'sa'@'localhost';
GRANT SELECT,INSERT,UPDATE ON authz2 TO 'sa'@'localhost';
GRANT SELECT,INSERT ON orderToAuthz2 TO 'sa'@'localhost';
-- OCSP Responder
GRANT SELECT ON certificateStatus TO 'ocsp_resp'@'localhost';