Skip to content
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

Support configuring http client related configs with regard to action execution at server level #21119

Open
1 of 2 tasks
Tracked by #20739
malithie opened this issue Sep 18, 2024 · 0 comments
Open
1 of 2 tasks
Tracked by #20739

Comments

@malithie
Copy link
Member

malithie commented Sep 18, 2024

Is your suggestion related to an experience ? Please describe.
When it comes to implementing extensions as network extensions, the extension execution framework is basically invoking external HTTP endpoints.
Here, there are some associated configurations that we should allow to configure at server level to fine tune the deployment based on requirements. This includes, http read time out, connection time out, connection poll size, etc.
Also, in a read time out or connection time out the execution retries by default. It should be possible to configure this retry count as well.

Describe the improvement
Have facility to configure following related to the http calls initiated from IS to the external service implementing the extension.

  • HTTPReadTimeout

  • HTTPConnectionRequestTimeout

  • HTTPConnectionTimeout

  • HTTPConnectionPoolSize

  • RetryCount in case of a connection error

  • Implement reading configurations at the server level

  • Cover the documentation for Identity Server

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant