-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Open
Labels
area/backendNeeds backend code changesNeeds backend code changeskind/cooldownGreat candidate for the cooldown periodGreat candidate for the cooldown periodkind/performancePerformance-related issuePerformance-related issue
Description
Describe the issue
The AuthenticationFilter is called even on anonymous endpoints like Webhook, as it load the authentication from the setting it incurs a small performance hit.
If it cannot be avoided, it may also be an idea to check whether or not we can cache the auth as in OSS there is only one so loading it from the settings on each request seems overkill
Environment
- Kestra Version: develop
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/backendNeeds backend code changesNeeds backend code changeskind/cooldownGreat candidate for the cooldown periodGreat candidate for the cooldown periodkind/performancePerformance-related issuePerformance-related issue