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

Use primary identifiers as device registry keys #260

Closed
johanstokking opened this issue Mar 7, 2019 · 1 comment · Fixed by #194
Closed

Use primary identifiers as device registry keys #260

johanstokking opened this issue Mar 7, 2019 · 1 comment · Fixed by #194
Assignees
Labels
c/join server This is related to the Join Server in progress We're working on it
Milestone

Comments

@johanstokking
Copy link
Member

Summary:

Use primary identifiers as keys in Join Server while keeping EUIs unique.

Why do we need this?

To do device management with primary identifiers, but lookup of join-request by EUIs.

What is already there? What do you see now?

  • Database key is EUI
  • Device registry needs the EUIs as part of the given end device identifiers, but in a GET these are not available through the gRPC gateway

What is missing? What do you want to see?

  • Use primary identifiers as database key
  • Use EUI key pointing to the primary identifiers

Basically the same functionality as in NS.

How do you propose to implement this?

Copy NS functionality.

What can you do yourself and what do you need help with?

Will do.

@johanstokking johanstokking added c/join server This is related to the Join Server prio/high labels Mar 7, 2019
@johanstokking johanstokking added this to the March 2019 milestone Mar 7, 2019
@johanstokking johanstokking self-assigned this Mar 7, 2019
@johanstokking johanstokking added the in progress We're working on it label Mar 14, 2019
@johanstokking
Copy link
Member Author

Will be merged with #194

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c/join server This is related to the Join Server in progress We're working on it
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant