new authzs: remove feature + add required SQL users (#4176)
This commit is contained in:
parent
2f3c703a72
commit
e385ec1247
|
|
@ -31,7 +31,6 @@
|
|||
"timeout": "15s"
|
||||
},
|
||||
"features": {
|
||||
"NewAuthorizationSchema": true
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
|||
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Reference in New Issue