-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
| Q | A |
|---|---|
| Bug report? | no |
| Feature request? | yes |
| BC Break report? | yes/no |
| RFC? | no |
Things to do:
- Move from POST to GET endpoints
- Change authentication flow from POST body data to headers or bearer auth token (X-Auth or sth like that)
- Enrich API data with the following information:
- Maintenance Task running? (-> EventListener for maintenance task -> add temp-store flag with last execution)
- systemd monitor/status (how? -> to be evaluated)
Things to consider:
- To keep BC we should consider to still support the POST endpoint with body-param-authentication for a major version instead of replacing it directly
- Also consider which versions should be covered by this update (Only 4.x or 4.x and 3.x)