-
Notifications
You must be signed in to change notification settings - Fork 428
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move domain_certfile to the 'general' section #3512
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3512 +/- ##
=======================================
Coverage 81.02% 81.02%
=======================================
Files 419 419
Lines 32309 32309
=======================================
Hits 26177 26177
Misses 6132 6132
Continue to review full report at Codecov.
|
small_tests_23 / small_tests / 6626ebf small_tests_24 / small_tests / 6626ebf dynamic_domains_pgsql_mnesia_23 / pgsql_mnesia / 6626ebf dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / 6626ebf dynamic_domains_mysql_redis_24 / mysql_redis / 6626ebf dynamic_domains_mssql_mnesia_24 / odbc_mssql_mnesia / 6626ebf ldap_mnesia_23 / ldap_mnesia / 6626ebf ldap_mnesia_24 / ldap_mnesia / 6626ebf internal_mnesia_24 / internal_mnesia / 6626ebf pgsql_mnesia_23 / pgsql_mnesia / 6626ebf pgsql_mnesia_24 / pgsql_mnesia / 6626ebf mysql_redis_24 / mysql_redis / 6626ebf mssql_mnesia_24 / odbc_mssql_mnesia / 6626ebf elasticsearch_and_cassandra_24 / elasticsearch_and_cassandra_mnesia / 6626ebf riak_mnesia_24 / riak_mnesia / 6626ebf |
ecc7197
to
0a3897a
Compare
This comment has been minimized.
This comment has been minimized.
small_tests_23 / small_tests / 0a3897a small_tests_24 / small_tests / 0a3897a dynamic_domains_pgsql_mnesia_23 / pgsql_mnesia / 0a3897a dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / 0a3897a dynamic_domains_mysql_redis_24 / mysql_redis / 0a3897a dynamic_domains_mssql_mnesia_24 / odbc_mssql_mnesia / 0a3897a ldap_mnesia_23 / ldap_mnesia / 0a3897a ldap_mnesia_24 / ldap_mnesia / 0a3897a internal_mnesia_24 / internal_mnesia / 0a3897a pgsql_mnesia_23 / pgsql_mnesia / 0a3897a pgsql_mnesia_24 / pgsql_mnesia / 0a3897a elasticsearch_and_cassandra_24 / elasticsearch_and_cassandra_mnesia / 0a3897a mysql_redis_24 / mysql_redis / 0a3897a mssql_mnesia_24 / odbc_mssql_mnesia / 0a3897a riak_mnesia_24 / riak_mnesia / 0a3897a |
Motivation: - This option affects s2s and c2s - All s2s options will be placed in a map Also: check if the files exist
Certificate files need to exist now
0a3897a
to
302b41f
Compare
small_tests_24 / small_tests / 302b41f small_tests_23 / small_tests / 302b41f dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / 302b41f dynamic_domains_mysql_redis_24 / mysql_redis / 302b41f dynamic_domains_mssql_mnesia_24 / odbc_mssql_mnesia / 302b41f dynamic_domains_pgsql_mnesia_23 / pgsql_mnesia / 302b41f ldap_mnesia_24 / ldap_mnesia / 302b41f ldap_mnesia_23 / ldap_mnesia / 302b41f pgsql_mnesia_23 / pgsql_mnesia / 302b41f internal_mnesia_24 / internal_mnesia / 302b41f pgsql_mnesia_24 / pgsql_mnesia / 302b41f elasticsearch_and_cassandra_24 / elasticsearch_and_cassandra_mnesia / 302b41f mssql_mnesia_24 / odbc_mssql_mnesia / 302b41f mysql_redis_24 / mysql_redis / 302b41f riak_mnesia_24 / riak_mnesia / 302b41f |
302b41f
to
4bd393a
Compare
small_tests_24 / small_tests / 4bd393a small_tests_23 / small_tests / 4bd393a dynamic_domains_pgsql_mnesia_23 / pgsql_mnesia / 4bd393a dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / 4bd393a dynamic_domains_mysql_redis_24 / mysql_redis / 4bd393a dynamic_domains_mssql_mnesia_24 / odbc_mssql_mnesia / 4bd393a ldap_mnesia_24 / ldap_mnesia / 4bd393a ldap_mnesia_23 / ldap_mnesia / 4bd393a internal_mnesia_24 / internal_mnesia / 4bd393a pgsql_mnesia_24 / pgsql_mnesia / 4bd393a mssql_mnesia_24 / odbc_mssql_mnesia / 4bd393a mam_SUITE:rdbms_async_pool_mam_all:archived:metrics_incremented_for_async_pools{error,{test_case_failed,"ASSERT EQUAL\n\tExpected false\n\tValue true\n"}} pgsql_mnesia_23 / pgsql_mnesia / 4bd393a elasticsearch_and_cassandra_24 / elasticsearch_and_cassandra_mnesia / 4bd393a mysql_redis_24 / mysql_redis / 4bd393a riak_mnesia_24 / riak_mnesia / 4bd393a mssql_mnesia_24 / odbc_mssql_mnesia / 4bd393a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, the option does much more sense in the general
section.
Motivation:
domain_certfile
outside of it.Notes
This option could be changed so that each
certfile
is specified in the relevanthost_config
section, but:This is why I decided to keep it as a map.
The
domain
can be a host type, but only for c2s, so I decided to keep the option naming unchanged for now.