🪛 Fixes
- The broken user and client-auth search with MySQL databases has been fixed. Backslash escaping is now properly handled on MySQL and SQLite.
🔩 Improvements
- The Api docs have been migrated to Openapi 3. Use https://apidoc.rport.io to read the rendered HTML version online.
- The web socket API endpoints accept header-based authorization now, to allow stateless connections without requesting a JWT first.
Changelog
- e5c7251 Add api-doc
- 9bc0c7e Add database operations
- 0580c7d Add list groups endpoint
- a77c988 Add tests
- ae583e5 Adding test for MySQL
- d2549e5 Allow API token auth (basic auth) via HTTP authorization header
- 320ec57 Fix lint
- 1db6822 Handle backslash escaping properly on MySQL and SQLite
- c8b28af Ignore local config variants
- 6bb11ae Ignoring local configs of rport and rportd
- 81fad77 Implement endpoints
- 77b4b0b Improving the usage of query.NewSQLConverter()
- cb5a541 Merge pull request #611 from cloudradar-monitoring/DEV-2565
- 735c66f Merge pull request #620 from cloudradar-monitoring/DEV-2550-add-api-token-support-for-ws
- ca3a593 Merge pull request #624 from cloudradar-monitoring/DEV-2525
- 9b01cba Merge pull request #627 from cloudradar-monitoring/DEV-2608
- eafcfbe Migration to Openapi 3
- e460224 Update api-doc split files
- 725f51f Using new apidoc url
- 05b9bf5 Using new apidoc url
- d28c352 Wait longer for client to connect
- 5276a0f Wait longer for client to connect
- 1235f3d removed superfluous default
- 095a5b0 return details about the error