Commit Graph

2085 Commits

Author SHA1 Message Date
9106392c12 Merge branch '2.3' into 2.4 2020-04-27 15:55:05 +03:00
25c5c91fea Update 2.3.19 release date 2020-04-27 15:36:04 +03:00
d3d7054639 Merge branch '2.3' into 2.4 2020-04-24 16:09:20 +03:00
c689aac939 2.3.19 Create release notes and update change log 2020-04-23 14:31:08 +03:00
c8c919be27 Merge branch '2.3' into 2.4 2020-04-09 12:02:44 +03:00
aacae9b508 MXS-2956: Fix use of admin_ssl_ca_cert
The parameter is now optional and uses the correct file. If defined, it
defines the CA certificate that would be used to verify client
certificate. Client certificate verification doesn't seem to currently
work as that requires a custom verification callback that interfaces with
GnuTLS.
2020-04-09 11:58:50 +03:00
927db1fc6e Clarify master_accept_reads 2020-04-09 11:48:46 +03:00
83b03d89b5 MXS-2861: Add ssl_cipher to servers and listeners
This allows the set of TLSv1.2 ciphers to be selected which is required to
fulfill certain regulatory requirements.
2020-04-09 11:48:44 +03:00
08bc1ff594 Merge branch '2.3' into 2.4 2020-04-01 09:14:40 +03:00
67a77a2497 MXS-2944: Remove old tutorials 2020-04-01 09:09:28 +03:00
6fdb7ed089 Merge remote-tracking branch 'origin/2.3' into 2.4 2020-03-30 10:23:35 +03:00
a412ed6211 Fix monitor REST API documentation
The DELETE documentation had the wrong endpoint.
2020-03-30 08:53:54 +03:00
80a8fd55be Merge branch '2.3' into 2.4 2020-03-19 15:13:19 +02:00
a8e2584bfc Fix REST API servers documentation
Always use plural form of the objects. PATCH example used PUT.
2020-03-19 15:13:02 +02:00
e92368e3e1 Update 2.4.8 release date 2020-03-18 15:09:40 +02:00
9609f5d180 Revert "MXS-2920: Allow max_slave_replication_lag=0"
This reverts commit ca69da49911074a9d218f05936282fd72a674af5 and removes
the bug from the release notes.
2020-03-17 06:58:26 +02:00
d230336cfc Add 2.4.8 release notes and update change log 2020-03-16 11:24:58 +02:00
d0ab797938 Merge branch '2.3' into 2.4 2020-03-12 10:33:57 +02:00
7efdb5dd28 Update 2.3.18 release date 2020-03-12 10:20:54 +02:00
04533e6293 2.3.18 Create release notes and update change log 2020-03-12 10:20:54 +02:00
fda12c0cb2 Merge branch '2.3' into 2.4 2020-03-05 15:00:37 +02:00
1bf46fadf6 MXS-2891: Log password hash on mismatch
By logging the password hash when user authentication fails due to a
password mismatch, we can be certain what the client sent and what is the
currently stored value in MaxScale. This should not be on by default which
is why a new parameter is required.
2020-03-04 17:11:34 +02:00
4a2d3dc55b MXS-2914 Link to pcre2 syntax page instead of API page
More appropriate link.
2020-03-04 16:38:18 +02:00
fda3cf8160 Merge branch '2.3' into 2.4 2020-03-04 09:10:28 +02:00
2f6d003491 MXS-2832: Document failover timing estimates
The worst-case time it takes for failover to start is now documented.
2020-03-04 08:49:03 +02:00
4a5293ebba Merge branch '2.3' into 2.4 2020-03-02 18:05:11 +02:00
e2e220de66 MXS-2726: Document ccrfilter default behavior
Added an explicit mention of the way the filter works.
2020-03-02 17:30:11 +02:00
b23edeb111 MXS-2832: Document failover timing estimates
The worst-case time it takes for failover to start is now documented.
2020-03-02 17:30:11 +02:00
b7d0be97ab MXS-2211: Auto-generate TOC
The link no longer works as the section has been removed. Auto-generating
the TOC solves this.
2020-03-02 17:30:10 +02:00
207882defb MXS-2277: Document script limitations
The script should not interact with the administrative interfaces of
MaxScale.
2020-03-02 17:30:10 +02:00
c1fc7bd742 Document avrorouter diagnostic output 2020-02-18 14:26:29 +02:00
be508fe5d9 MXS-2873: Document more router diagnostics
Documented readconnroute and schemarouter router diagnostics. The
duplicated fields that are already in the general service diagnostic
output are not documented with the hopes that they can be eventually
removed.
2020-02-18 09:45:02 +02:00
2bc2ab2196 MXS-2873: Document readwritesplit router diagnostics
The REST API output is now documented in the router documentation. The
same will be done for other routers as well.
2020-02-18 09:23:13 +02:00
cb96725a51 MXS-2382: Add TLS setup into server tutorial
Given the recent fixes to the TLS configuration, the process of enabling
TLS is rather simple.
2020-02-17 20:15:43 +02:00
ef659b94a6 Update 2.4.7 release date 2020-02-13 14:39:45 +02:00
5cd2254872 Create 2.4.7 release notes and update change log 2020-02-12 15:17:19 +02:00
8b763fb88b Merge branch '2.3' into 2.4 2020-02-12 08:27:48 +02:00
81e2306811 Update 2.3.17 release date 2020-02-12 08:20:15 +02:00
b549528d0f MXS-2887: admin_auth can be modified at runtime
The parameter can be modified at runtime, as is evident from the unit
tests that test it, and should not be listed in the set of unmodifiable
parameters.
2020-02-11 09:13:57 +02:00
b5dc260d1b Add 2.3.17 release notes and update change log 2020-02-10 15:34:26 +02:00
043df59ffa Merge branch '2.3' into 2.4 2020-01-29 14:38:29 +02:00
f53faba795 MXS-2857: Disable peer verification by default
The fix to the bug where peer certificates were validated but not required
caused the default behavior to change. The default should've changed at
the same time the fix was made.
2020-01-29 14:35:03 +02:00
f2da2babbf Update 2.4.6 release date 2020-01-24 08:30:57 +02:00
0b2c0f8432 Add 2.4.6 release notes and update change log 2020-01-21 09:39:07 +02:00
df3ae56952 Merge branch '2.3' into 2.4 2020-01-17 09:26:50 +02:00
b573fcf030 MXS-2839: Make ssl_ca_cert optional
Not defining ssl_ca_cert causes the system default verification chain to
be used.
2020-01-17 09:21:06 +02:00
9bd692c7d3 Merge branch '2.3' into 2.4 2020-01-17 08:26:15 +02:00
9087f00c12 Update 2.3.16 release date 2020-01-17 08:15:05 +02:00
e3e92e7d90 Document hintfilter limitations
The filter does not support prepared statements.
2020-01-16 14:02:05 +02:00
a7e0142224 Merge branch '2.3' into 2.4 2020-01-15 11:29:37 +02:00