feat(hub): ✨ support apiManagement OpenAPI refresh interval - #1949
Merged
traefiker merged 5 commits intoAug 27, 2026
Conversation
mloiseleur
force-pushed
the
feat/hub-openapi-refresh-interval
branch
from
August 6, 2026 08:03
1b084eb to
a6da987
Compare
Member
|
@darkweaver87 I've put my review in darkweaver87#25 |
darkweaver87
force-pushed
the
feat/hub-openapi-refresh-interval
branch
from
August 25, 2026 13:29
a6da987 to
c736f43
Compare
Contributor
Author
|
@mloiseleur Applied in d895eec, except |
darkweaver87
force-pushed
the
feat/hub-openapi-refresh-interval
branch
from
August 25, 2026 13:33
c736f43 to
d895eec
Compare
mloiseleur
reviewed
Aug 26, 2026
mloiseleur
reviewed
Aug 26, 2026
mloiseleur
reviewed
Aug 26, 2026
darkweaver87
force-pushed
the
feat/hub-openapi-refresh-interval
branch
2 times, most recently
from
August 26, 2026 13:25
ca181fd to
39da2ed
Compare
mloiseleur
approved these changes
Aug 27, 2026
… apimanagement.enabled
Co-authored-by: Michel Loiseleur <97035654+mloiseleur@users.noreply.github.com>
mloiseleur
force-pushed
the
feat/hub-openapi-refresh-interval
branch
from
August 27, 2026 13:28
39da2ed to
10dccc2
Compare
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.
What does this PR do?
Maps the Traefik Hub 3.21
--hub.apiManagement.openApi.refreshIntervalflag.Emitted only when set, so Traefik Hub keeps its
1mdefault.Gated on
hub.apimanagement.enabledand Traefik Hub>= v3.21.0inrequirements.yaml.Motivation
Traefik Hub 3.21 added
--hub.apimanagement.openapi.refreshintervalto control how often the OpenAPI specification is refreshed. The chart had no mapping for it, so the only workaround wasadditionalArguments.More
make testand all the tests passed