-
Notifications
You must be signed in to change notification settings - Fork 15
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 Request: New flag to pass in custom unique UUID #163
Comments
|
Previous implementation proposal won't work. Updated original post with updated tasks for implementation |
Craig-Spencer-12
added a commit
that referenced
this issue
Sep 26, 2023
github-project-automation
bot
moved this from 🏗 In progress
to ✅ Done
in Feature Backlog
Sep 27, 2023
🎉 This issue has been resolved in version 2.16.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, some AMT devices could have duplicate UUIDs due to OEM errors. This causes one device to overwrite the other within the database and secret store leading to issues when managing devices since the UUID is the sole primary key right now.
It would be good to have a new flag, like
-id
, when running RPC-Go that will allow the passing of a custom id string in place of using the UUID. This would allow the ability to solve the duplication problem remotely by sidestepping UUID rather than having to use manual touch OEM solutions to fix the UUIDs themselves.This would not work for CIRA-based connected devices. Exclusively solves the problem for enterprise, non-CIRA type environments.
Tasks:
The text was updated successfully, but these errors were encountered: