tests: add select on precerts grant for ocsp_update user. (#4470)
This commit is contained in:
parent
215818a13a
commit
f885d153c2
|
@ -40,6 +40,7 @@ GRANT SELECT ON certificateStatus TO 'ocsp_resp'@'localhost';
|
|||
-- OCSP Generator Tool (Updater)
|
||||
GRANT SELECT ON certificates TO 'ocsp_update'@'localhost';
|
||||
GRANT SELECT,UPDATE ON certificateStatus TO 'ocsp_update'@'localhost';
|
||||
GRANT SELECT ON precertificates TO 'ocsp_update'@'localhost';
|
||||
|
||||
-- Revoker Tool
|
||||
GRANT SELECT ON registrations TO 'revoker'@'localhost';
|
||||
|
|
Loading…
Reference in New Issue