outposts: Fix infinite self-recursion in traefik reconciler.#6336
Merged
BeryJu merged 1 commit intogoauthentik:mainfrom Jul 24, 2023
Merged
Conversation
✅ Deploy Preview for authentik-storybook canceled.
|
Contributor
Author
BeryJu
approved these changes
Jul 24, 2023
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #6336 +/- ##
==========================================
- Coverage 92.50% 92.34% -0.15%
==========================================
Files 560 560
Lines 26993 26993
==========================================
- Hits 24967 24925 -42
- Misses 2026 2068 +42
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
kensternberg-authentik
added a commit
that referenced
this pull request
Jul 24, 2023
* main: web/admin: hide pagination when no data is loaded yet (#6353) web/admin: adjust style of page header (#6355) root: set csrf cookie's secure flag same as session (#6350) outposts: Fix infinite self-recursion in traefik reconciler. (#6336) outposts: fix patch processing (#6338) web: bump API Client version (#6351) Updates for file web/xliff/en.xlf in zh_CN on branch main (#6340) Updates for file web/xliff/en.xlf in zh-Hans on branch main (#6341) enterprise: fix license check not using DER as spec specifies (#6348) core: bump goauthentik.io/api/v3 from 3.2023061.3 to 3.2023061.4 (#6342) core: bump drf-spectacular from 0.26.3 to 0.26.4 (#6343) core: bump ruff from 0.0.278 to 0.0.280 (#6344) website: bump postcss from 8.4.26 to 8.4.27 in /website (#6345) web: bump @esbuild/linux-arm64 from 0.18.15 to 0.18.16 in /web (#6347) web: bump @esbuild/darwin-arm64 from 0.18.15 to 0.18.16 in /web (#6346) outposts: support json patch for Kubernetes (#6319) providers/oauth2: fix grant_type password raising an exception (#6333) web: bump API Client version (#6331) enterprise: cleanup v2 (#6330) web: bump prettier from 2.8.8 to 3.0.0 in /web (#6329)
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Details
Changes
Change the TraefikMiddlewareReconciler to properly forward all method calls to the wrapped reconciler instance.
New Features
N/A
Breaking Changes
N/A
Checklist
ak test authentik/)make lint-fix)If an API change has been made
make gen-build)If changes to the frontend have been made
make web)make i18n-extract)If applicable
make website)