File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ or use the included script:
4444Initialise (bootstrap) the middleware, gateway and webauthn database schema's and push
4545the configuration to the middleware. This is done by running the following script:
4646```
47- ./bootstrap.sh
47+ ./bootstrap-database .sh
4848```
4949
5050Then, bootstrap the SRAA. For this, you will need to have a Yubikey.
Original file line number Diff line number Diff line change @@ -35,6 +35,6 @@ GRANT ALL PRIVILEGES ON middleware.* TO 'mw_deploy_user'@'%' WITH GRANT OPTION;
3535GRANT ALL PRIVILEGES ON gateway_test.* TO ' mw_deploy_user' @' %' WITH GRANT OPTION;
3636GRANT ALL PRIVILEGES ON middleware_test.* TO ' mw_deploy_user' @' %' WITH GRANT OPTION;
3737
38- CREATE USER IF NOT EXISTS ' gw_deploy_user ' @' %' IDENTIFIED BY ' gw_deploy_secret ' ;
39- GRANT ALL PRIVILEGES ON gateway.* TO ' gw_deploy_user ' @' %' ;
40- GRANT ALL PRIVILEGES ON gateway_test.* TO ' gw_deploy_user ' @' %' ;
38+ CREATE USER IF NOT EXISTS ' gw_smoketest_schema_manager ' @' %' IDENTIFIED BY ' gw_smoketest_schema_manager_secret ' ;
39+ GRANT ALL PRIVILEGES ON gateway.* TO ' gw_smoketest_schema_manager ' @' %' ;
40+ GRANT ALL PRIVILEGES ON gateway_test.* TO ' gw_smoketest_schema_manager ' @' %' ;
You can’t perform that action at this time.
0 commit comments