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

feat: EI-3417 - Data/meta per-twin allowlist check RPCs #39

Merged
merged 1 commit into from
Oct 28, 2024

Conversation

vtermanis
Copy link
Contributor

No description provided.

@vtermanis vtermanis marked this pull request as ready for review October 20, 2024 15:41

// IsHostDataAllowed determines whether a remote host is allowed to perform data requests against the given twin.
// An example of a data request is interest.SendInputMessage
rpc IsHostDataAllowed(IsHostDataAllowedRequest) returns (IsHostDataAllowedResponse) {}
Copy link
Contributor Author

@vtermanis vtermanis Oct 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: The slight change suggestion to the RPC naming compared to what's in the ticket is intentional: I thought since the ontological terms talk about e.g. pub:hostMetadataAllowList, it might be more consistent to call it IsHost<Type>Allowed()

@vtermanis vtermanis merged commit 3c314c1 into main Oct 28, 2024
1 check passed
@vtermanis vtermanis deleted the ei-3417-allow-rpc branch October 28, 2024 14:17
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

Successfully merging this pull request may close these issues.

2 participants