2778056212
MXS-1220: Enable admin authentication by default
...
The admin interface now uses HTTP BA authentication by default. This will
prevent unrestricted access to the REST API but the authentication is by
no means secure and the HTTPS mode for the REST API should be enabled for
all production systems.
2017-06-12 10:08:25 +03:00
2c8b666ac6
Add MaxScale 2.0.6 release notes
2017-06-07 14:22:50 +03:00
fa99b97dbd
MXS-1267: Add note about tee filter in release notes
...
The release notes now mention that the tee filter has been rewritten and
it requires some extra configuration.
2017-06-06 15:49:51 +03:00
476fda9082
Merge branch '2.1' into develop
2017-06-05 13:50:05 +03:00
2990edc424
Update MaskingFilter documentation
2017-06-05 13:47:39 +03:00
e4a004097e
MXS-1220: Add support for PATCH
...
The PATCH method should now be used instead the PUT method to update
resources. As PUT request bodies should represent complete resources, the
use of PUT to update resources is no longer supported.
Altered tests to use PATCH instead of PUT for updating resources.
2017-06-05 13:37:08 +03:00
457fc80647
Merge branch '2.1' into develop
2017-06-05 13:25:27 +03:00
7fab3f5d1d
MXS-1267: Use local client in tee
...
The tee filter now uses the local client class to clone the queries. This
imposes some restrictions on how the filter can be used but also makes
MaxScale as a whole more robust.
2017-06-02 13:07:02 +03:00
ba546fcd21
MXS-1220: Add execution of module commands to REST API
...
The module command self links now point to an endpoint that executes the
module command. Depending on the type of the module command, either a GET
or a POST request must be made.
2017-06-02 12:52:33 +03:00
08a0883ec8
Fix missed change dates
...
A few files were missed.
2017-06-01 19:39:41 +03:00
372f77611b
Update release date
2017-05-31 11:20:38 +03:00
1bd3402298
Update release date
2017-05-31 11:20:38 +03:00
3409cd1178
Fix package names in build instructions
...
Fixed the gnutls and gcrypt package names.
2017-05-31 08:27:43 +03:00
f9c1c799cf
Update Building-MaxScale-from-Source-Code.md
...
Fix CentOS dependencies.
2017-05-29 21:50:29 +03:00
429eeba1a7
Update Building-MaxScale-from-Source-Code.md
...
Moved distribution specific commands to a new quickstart section, added a
copy-and-paste section for the generic commands. This should make it easier
to do a generic installation of MaxScale on a supported system.
2017-05-29 21:50:29 +03:00
92b6caa334
Merge branch '2.1' into develop
2017-05-26 15:25:04 +03:00
dfb6fc02c7
Update dbfwfilter documentation
...
Added examples to each rule.
2017-05-25 09:39:46 +03:00
c98f8369f2
MXS-1220: Remove redundant parameter documentation
...
As all requests support the only parameter `pretty`, there's no point in
documenting it separately for each resource.
2017-05-24 16:21:34 +03:00
43386333b3
MXS-1220: Add monitor POST documentation
...
The POST documentation for creation monitors was missing.
2017-05-24 16:21:34 +03:00
0e5bbbd625
Update Configuration-Guide.md
...
Renamed `passwd` to `password`. Added an anchor for the old `passwd` name.
2017-05-24 16:21:26 +03:00
830e47bc8b
MXS-1220: Update service resource documentation
...
Updated service resource documentation. Fixed a few minor typos also in
the server resource documentation.
2017-05-24 15:05:11 +03:00
9ccb54c107
MXS-1220: Update links in REST API documentation
...
Added missing v1 prefixes to links.
2017-05-24 15:05:11 +03:00
c54710cfaa
MXS-1220: Update users resource documentation
...
Updated the users resource documentation.
2017-05-24 15:05:11 +03:00
3fd82ebae6
MXS-1220: Add alter maxscale
MaxAdmin command
...
A set of the core MaxScale parameters can now be altered at runtime. This
set consists of the authentication timeouts and the admin interface
authentication. Other parameters either can't be modified due to internal
limitations or aren't sensible to modify at runtime.
2017-05-24 15:05:11 +03:00
7fc2d25cf2
MXS-1220: Allow new REST API users to be created
...
The REST API now uses the same users as MaxAdmin network interface. This
allows them to be created with MaxAdmin.
The next step is to add user creation to the REST API.
2017-05-24 15:05:10 +03:00
75e7ac35ed
MXS-1220: Always build libmicrohttpd
...
This allows MaxScale to use the PATCH functionality that's only in the
newer versions of the library. It also removes some of the problems that
exist with older systems that don't support all of the options.
2017-05-24 15:05:10 +03:00
3401608329
Update release notes
2017-05-19 10:07:10 +03:00
ed97b4b22c
Update documentation
2017-05-18 15:58:23 +03:00
8a2112cce6
Remove trailing whitespace from documentation
...
Removed trailing whitespace from all documents.
2017-05-17 13:52:04 +03:00
322983a5f4
Merge branch '2.1' into develop
2017-05-17 13:48:52 +03:00
3b8bda289e
Update Resources-Session.md
...
Removed unimplemented features and updated response content.
2017-05-17 10:14:57 +03:00
f1c790db52
MXS-1220: Add logging priorities to logs resoure
...
The logging priorities can now be queried and altered.
2017-05-17 10:14:57 +03:00
05cb49d48a
MXS-1220: Add error messages to bad request
...
Requests now contain a JSON API-conforming, human-readable error message.
2017-05-17 10:14:57 +03:00
ac29abd679
MXS-1220: Add support for X-HTTP-Method-Override
...
This header allows clients to override the request method to work around
client library limitations.
2017-05-17 10:14:57 +03:00
e01e4ee661
Update Resources-MaxScale.md
...
Updated the responses and added missing resources.
2017-05-17 10:14:56 +03:00
112977e011
Update Monitor-Common.md
...
Minor changes to wording.
2017-05-17 10:14:56 +03:00
3b9f7a74b6
Update Resources-Monitor.md
...
Updated monitor resource documentation with new response output.
Added links to standard monitor parameters that can be modified.
2017-05-17 10:14:56 +03:00
46b07861fe
Update Monitor-Common.md
...
Added missing `user` and `password` documentation.
2017-05-17 10:14:56 +03:00
e7a6aec010
Update Resources-Filter.md
...
Updated filter resource documentation with up-to-date request output.
2017-05-17 10:14:56 +03:00
a7b919e8e7
Update Avrorouter-Tutorial.md
...
Fixed field names.
2017-05-15 08:42:29 +03:00
7ee96c411b
Update RabbitMQ-And-Tee-Archiving.md
...
Fixed extra whitespace.
2017-05-15 08:42:29 +03:00
047ac55a40
minor docs fixes
2017-05-15 08:42:29 +03:00
b85b4010f2
docs typos fixing
2017-05-15 08:42:29 +03:00
b317f66335
MXS-1220: Update server resource documentation
...
Updated documentation with latest resource layouts. Expanded explanations
on how to modify the servers. Use the correct resource endpoints.
2017-05-14 10:07:09 +03:00
ca7b24f6fa
MXS-1220: Allow admin interface to be disabled
...
Allowing the admin interface to be disabled completely makes it possible
to remove any security concerns that could arise from its use.
2017-05-14 10:06:02 +03:00
c2879cc52f
Update release notes and limitations regarding the KILL-command support
2017-05-11 10:07:28 +03:00
9c12e78cce
Remove trailing whitespace in tpmfilter documentation
...
The document had some leftover whitespace.
2017-05-09 20:51:35 +03:00
0ddc876567
Updated the documentation for TPM filter.
2017-05-09 16:33:41 +03:00
598fc485ee
Update release notes
2017-05-08 15:47:56 +03:00
bcbff5da1b
MXS-1220: Add POST and DELETE documentation for servers
...
Added POST and DELETE documentation on the servers resource. Also cleaned
up formatting.
2017-05-04 09:17:54 +03:00