=== Test case: service_domain_db_SUITE:rest_cannot_select_domain_if_auth_provided_but_not_configured/1 (click for source code)

=== Config value:

    [{watchdog,<0.23469.2>},
     {service,true},
     {mim_conf1,#{core_opts =>
                      [[{<<"localhost">>,<<"localhost">>},
                        {<<"anonymous.localhost">>,<<"anonymous.localhost">>},
                        {<<"localhost.bis">>,<<"localhost.bis">>}],
                       [<<"test type">>,<<"dummy auth">>,<<"anonymous">>]],
                  loaded => true,service_opts => []}},
     {mim_conf2,#{core_opts =>
                      [[{<<"localhost">>,<<"localhost">>},
                        {<<"anonymous.localhost">>,<<"anonymous.localhost">>},
                        {<<"localhost.bis">>,<<"localhost.bis">>}],
                       [<<"test type">>,<<"dummy auth">>]],
                  loaded => true,service_opts => []}},
     {mim_conf3,#{core_opts =>
                      [[{<<"localhost">>,<<"localhost">>},
                        {<<"anonymous.localhost">>,<<"anonymous.localhost">>},
                        {<<"localhost.bis">>,<<"localhost.bis">>}],
                       []],
                  loaded => true,service_opts => []}},
     {service_setup,per_group},
     {{ejabberd_cwd,mongooseim@localhost},
      "/home/circleci/project/_build/mim1/rel/mongooseim"},
     {mim_data_dir,"/home/circleci/project/big_tests/tests/service_domain_db_SUITE_data"},
     {preset,"mysql_redis"},
     {tc_logfile,"/home/circleci/project/big_tests/ct_report/ct_run.test@fac56f14d8cf.2022-03-07_15.57.55/big_tests.tests.service_domain_db_SUITE.logs/run.2022-03-07_16.11.35/service_domain_db_suite.rest_cannot_select_domain_if_auth_provided_but_not_configured.143107.html"},
     {tc_group_properties,[{name,rest_without_auth_parallel},parallel]},
     {tc_group_path,[[{name,rest_without_auth}],[{name,db}]]},
     {data_dir,"/home/circleci/project/big_tests/_build/default/lib/mongoose_tests/ebin/service_domain_db_SUITE_data/"},
     {priv_dir,"/home/circleci/project/big_tests/ct_report/ct_run.test@fac56f14d8cf.2022-03-07_15.57.55/big_tests.tests.service_domain_db_SUITE.logs/run.2022-03-07_16.11.35/log_private/"},
     {{saved_modules,mongooseim@localhost,<<"dummy auth">>},#{}}]

=== Current directory is "/home/circleci/project/big_tests/ct_report/ct_run.test@fac56f14d8cf.2022-03-07_15.57.55"

=== Started at 2022-03-07 16:11:54


*** CT 2022-03-07 16:11:54.169 *** View log from node mongooseim@localhost when started mongooseim@localhost_5443.html
*** CT 2022-03-07 16:11:54.169 *** View log from node ejabberd2@localhost when started ejabberd2@localhost_1954.html

*** User 2022-03-07 16:11:54.177 ***
REST request fails:
Code: 403
Req: {<0.23523.2>,<<"/api/domains/example.db">>,<<"GET">>,
      [{<<"Content-Type">>,<<"application/json">>},
       {<<"Request-Id">>,<<"8947a8e2fb39e4a3">>},
       {<<"authorization">>,<<"Basic YWRtaW46c2VjcmV0">>}],
      <<"{}">>}
Result: {{<<"403">>,<<"Forbidden">>},
         [{<<"server">>,<<"Cowboy">>},
          {<<"date">>,<<"Mon, 07 Mar 2022 16:11:53 GMT">>},
          {<<"content-type">>,<<"application/json">>},
          {<<"content-length">>,<<"50">>}],
         <<"{\"what\":\"basic auth provided, but not configured\"}">>,181,594}
Params: #{body => <<"{}">>,
          creds => {<<"admin">>,<<"secret">>},
          method => <<"GET">>,path => <<"/api/domains/example.db">>,
          port => 8866,return_headers => true,role => admin,
          server => #{node => mongooseim@localhost}}

*** CT 2022-03-07 16:11:54.194 *** View log from node ejabberd2@localhost when finished ejabberd2@localhost_1954.html
*** CT 2022-03-07 16:11:54.195 *** View log from node mongooseim@localhost when finished mongooseim@localhost_5443.html



=== Ended at 2022-03-07 16:11:54
=== successfully completed test case
=== === Returned value: {{<<"403">>,<<"Forbidden">>},
                     {[{<<"what">>,
                        <<"basic auth provided, but not configured">>}]}}