fix(seer): Allow org read permissions on seer public rpc#104473
Merged
fix(seer): Allow org read permissions on seer public rpc#104473
Conversation
Seer rpcs use POST request for a bunch of read operations. Relax the permissions on this endpoint so we only need `org:read`.
aayush-se
approved these changes
Dec 5, 2025
aliu39
approved these changes
Dec 5, 2025
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #104473 +/- ##
===========================================
+ Coverage 80.49% 80.53% +0.03%
===========================================
Files 9348 9349 +1
Lines 399933 399995 +62
Branches 25646 25646
===========================================
+ Hits 321942 322124 +182
+ Misses 77543 77423 -120
Partials 448 448 |
ryan953
pushed a commit
that referenced
this pull request
Dec 9, 2025
Seer rpcs use POST request for a bunch of read operations. Relax the permissions on this endpoint so we only need `org:read`.
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Seer rpcs use POST request for a bunch of read operations. Relax the permissions on this endpoint so we only need
org:read.