Skip to content

Commit 3bbce6f

Browse files
committed
squash: add the contentLengthLimit to the common config
1 parent e0183e0 commit 3bbce6f

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@red-hat-developer-hub/backstage-plugin-orchestrator-common': patch
3+
---
4+
5+
chore: add new config value for contentLengthLimit

workspaces/orchestrator/plugins/orchestrator-common/config.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ export interface Config {
1919
* Configuration for the Orchestrator plugin.
2020
*/
2121
orchestrator?: {
22+
/**
23+
* Set the content length limit for the requests.
24+
* Defaults to 102400 bytes (100kb)
25+
*/
26+
contentLengthLimit?: string;
2227
sonataFlowService: {
2328
/**
2429
* Base URL of the Sonata Flow service.

0 commit comments

Comments
 (0)