database: transition to get_device_shared_secret - #159
Merged
Conversation
Add information about the forwarding device to `infuse cloud device info`, if it exists. Signed-off-by: Jordan Yates <jordan@embeint.com>
Add a script to automate more of the process of regenerating the API client. Manual download is still required as the docs page does not have a traditional download link for the spec. Signed-off-by: Jordan Yates <jordan@embeint.com>
Regenerate client to get access to new auth endpoint. Signed-off-by: Jordan Yates <jordan@embeint.com>
Extract this helper class so it can be re-used by other tools. Signed-off-by: Jordan Yates <jordan@embeint.com>
Add a context variable to command callback. Signed-off-by: Jordan Yates <jordan@embeint.com>
Move the key ID generation to a common helper. Signed-off-by: Jordan Yates <jordan@embeint.com>
Switch from `get_shared_secret` to `get_device_shared_secret`, which requires additional authentication information already exposed by the embedded devices. Both `gateway` and `native_bt` required updates to run an explicit RPC to get authentication information, instead of just reading the command characteristic. Signed-off-by: Jordan Yates <jordan@embeint.com>
Aeyohan
approved these changes
Jul 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Switch from
get_shared_secrettoget_device_shared_secret, which requires additional authentication information already exposed by the embedded devices.Both
gatewayandnative_btrequired updates to run an explicit RPC to get authentication information, instead of just reading the command characteristic.