Skip to content
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 to API standards #7

Open
5 tasks
scrummer opened this issue Oct 19, 2023 · 0 comments
Open
5 tasks

Move to API standards #7

scrummer opened this issue Oct 19, 2023 · 0 comments
Assignees

Comments

@scrummer
Copy link
Member

scrummer commented Oct 19, 2023

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)
@scrummer scrummer self-assigned this Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant