diff --git a/test/config-next/wfe.json b/test/config-next/wfe.json index 1993c926a..52103491c 100644 --- a/test/config-next/wfe.json +++ b/test/config-next/wfe.json @@ -31,7 +31,6 @@ "timeout": "15s" }, "features": { - "NewAuthorizationSchema": true } }, diff --git a/test/sa_db_users.sql b/test/sa_db_users.sql index 0a1d7beca..467ec8fee 100644 --- a/test/sa_db_users.sql +++ b/test/sa_db_users.sql @@ -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';