Skip to content

Commit

Permalink
Merge 8940817 into b4db450
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongable committed Feb 23, 2021
2 parents b4db450 + 8940817 commit 2bcb506
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/sa_db_users.sql
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ GRANT SELECT,INSERT,UPDATE ON certificateStatus TO 'sa'@'localhost';
GRANT SELECT,INSERT ON issuedNames TO 'sa'@'localhost';
GRANT SELECT,INSERT,UPDATE ON certificatesPerName TO 'sa'@'localhost';
GRANT SELECT,INSERT,UPDATE ON registrations TO 'sa'@'localhost';
GRANT SELECT,INSERT,UPDATE,DELETE ON challenges TO 'sa'@'localhost';
GRANT SELECT,INSERT on fqdnSets TO 'sa'@'localhost';
GRANT SELECT,INSERT,UPDATE ON orders TO 'sa'@'localhost';
GRANT SELECT,INSERT ON requestedNames TO 'sa'@'localhost';
Expand Down Expand Up @@ -56,7 +55,6 @@ GRANT SELECT ON fqdnSets TO 'mailer'@'localhost';
GRANT SELECT ON certificates TO 'cert_checker'@'localhost';

-- Expired authorization purger
GRANT SELECT,DELETE ON challenges TO 'purger'@'localhost';
GRANT SELECT,DELETE ON authz2 TO 'purger'@'localhost';

-- Janitor
Expand Down

0 comments on commit 2bcb506

Please sign in to comment.