-
Notifications
You must be signed in to change notification settings - Fork 147
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
NEOS-1675: add granular permission for viewing connection credentials #3268
NEOS-1675: add granular permission for viewing connection credentials #3268
Conversation
nickzelei
commented
Feb 16, 2025
•
edited
Loading
edited
- Adds separate permission for viewing sensitive connection credentials
- Separates View/Edit Connections into separate workflows
- FE now no longer returns sensitive connection data by default. User must opt in to viewing credentials behind the password input, which makes remote request to retrieve data if they have permissions.
- Backend now has new request option in Getconnection GetConnections rpc to not return sensitive data. For backwards compat, it still does by default to not break existing APIs.
- Adds new permission check rpcs
- Puts clone/edit/delete connection permissions behind rbac call
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
The latest Buf updates on your PR. Results from workflow Buf / buf (pull_request).
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3268 +/- ##
==========================================
+ Coverage 22.73% 24.25% +1.52%
==========================================
Files 390 390
Lines 44893 45123 +230
==========================================
+ Hits 10205 10946 +741
+ Misses 33666 33078 -588
- Partials 1022 1099 +77 ☔ View full report in Codecov by Sentry. |
Benchstat Geomean Results0.66% sec/op, -0.02% B/op, 0.00% allocs/op Benchstat results
|
dc04bf2
to
d803ce4
Compare