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

[Feature] - Securely Store and Manage api_key on PicoBricks #46

Open
3 tasks
RespectMathias opened this issue Oct 29, 2024 · 0 comments
Open
3 tasks

[Feature] - Securely Store and Manage api_key on PicoBricks #46

RespectMathias opened this issue Oct 29, 2024 · 0 comments

Comments

@RespectMathias
Copy link
Contributor

RespectMathias commented Oct 29, 2024

Description

Implement secure storage and management of the api_key on the PicoBricks board to authenticate with the WiFi2BLE REST API.

Motivation

To protect sensitive information and prevent unauthorized access to the desk control system via the API.

Proposed Solution

  • Store the api_key securely on the PicoBricks board.
  • Restrict exposure of the api_key within the code.
  • Ensure the api_key is not printed to the console or included in logs.
  • Test scenarios where the api_key is missing or incorrect to ensure proper error handling.

Acceptance Criteria

  • Feature is clearly defined
  • Meets proposed solution
  • Tests considered

Additional Info

Consider encrypting the api_key if time permits. Ensure compliance with best practices for embedded device security.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: To Do
Development

No branches or pull requests

1 participant