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

Local API Access #275

Open
muhlba91 opened this issue Dec 10, 2024 · 0 comments
Open

Local API Access #275

muhlba91 opened this issue Dec 10, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@muhlba91
Copy link
Owner

According to https://github.com/hella-info/onyx_api/tree/master?tab=readme-ov-file#local-access, ONYX.Center supports local API access.

The challenge is to disable certificate validation (first priority) and allow certificate pinning (second priority).
Certificate pinning will enhance security and protect against man-in-the-middle attacks. It is questionable if this is required in a local access scenario; however, if we can support it, users are free to use it.

This library needs to be changed to allow passing in the API endpoint and potentially a certificate for pinning.

Supported cases:

  • HTTP client passed in: can we overwrite the settings for our sessions to disable certificate validation and/or even perform certificate pinning?
  • HTTP client creation: we need to disable certificate validation and potentially allow certificate pinning.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant