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

Expose names of active third-party connections to client #223

Open
douglance opened this issue Jan 14, 2022 · 3 comments
Open

Expose names of active third-party connections to client #223

douglance opened this issue Jan 14, 2022 · 3 comments

Comments

@douglance
Copy link
Contributor

It'd be nice to be able to fetch (and perhaps update) the list of third-party connections, like those displayed on the Permissions screen on the Lattice.

@alex-miller-0
Copy link
Contributor

We do this on the Lattice manager. Each SDK instance is just a connection attempt to a Lattice and really shouldn't persist data outside of memory. Furthermore, we don't want someone to create a connection to a Lattice with one requester and then be able to snoop on every other connection. What were you imagining?

@douglance
Copy link
Contributor Author

The Lattice manager displays that information, but it stores that data in local storage, which can get out of sync in a few different ways. If the user deletes the data intentionally, clears their browser cache, removes the connection from their Lattice, removes the connection from the third-party system, etc.

If we were able to query the device for it's third-party connections, we could keep the list in the Lattice Manager in sync.

@alex-miller-0
Copy link
Contributor

Thoughts @mechanikalk ?

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

No branches or pull requests

2 participants