tests: add select on precerts grant for ocsp_update user. (#4470)

This commit is contained in:
Daniel McCarney 2019-10-07 15:38:23 -04:00 committed by GitHub
parent 215818a13a
commit f885d153c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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';