-
Notifications
You must be signed in to change notification settings - Fork 128
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
Fix deck gateway apply
#1508
Fix deck gateway apply
#1508
Conversation
a24312d
to
e56ac2f
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1508 +/- ##
==========================================
+ Coverage 29.22% 29.28% +0.05%
==========================================
Files 62 62
Lines 6666 6639 -27
==========================================
- Hits 1948 1944 -4
+ Misses 4580 4556 -24
- Partials 138 139 +1 ☔ View full report in Codecov by Sentry. |
d2fe4f1
to
9aded15
Compare
1529774
to
120df79
Compare
580a39c
to
2d486c0
Compare
Co-authored-by: Patryk Małek <[email protected]>
2d486c0
to
4de5886
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a changelog entry for this.
👍
It looks as though the changelog is added at release time based on #1502 Merging, and can issue a followup PR if needed |
The
deck gateway apply
command added in v1.43.0 added additional HTTP calls to discover which functions are enabled. This does not work well when using an RBAC user with restricted permissions.This change removes those additional checks and delegates the lookup of foreign keys for partial applications to
go-database-reconciler