Skip to main content
Version: 8.9 (unreleased)

Interface: CamundaConfig

Defined in: runtime/unifiedConfiguration.ts:66

Properties

__raw

__raw: Record<string, string | undefined>;

Defined in: runtime/unifiedConfiguration.ts:118


auth

auth: object;

Defined in: runtime/unifiedConfiguration.ts:94

basic?

optional basic: object;
basic.password?
optional password: string;
basic.username?
optional username: string;

strategy

strategy: AuthStrategy;

backpressure

backpressure: object;

Defined in: runtime/unifiedConfiguration.ts:71

decayQuietMs

decayQuietMs: number;

enabled

enabled: boolean;

floor

floor: number;

initialMax

initialMax: number;

observeOnly

observeOnly: boolean;

profile

profile: string;

recoveryIntervalMs

recoveryIntervalMs: number;

recoveryStep

recoveryStep: number;

severeFactor

severeFactor: number;

severeThreshold

severeThreshold: number;

softFactor

softFactor: number;

defaultTenantId

defaultTenantId: string;

Defined in: runtime/unifiedConfiguration.ts:69


eventual?

optional eventual: object;

Defined in: runtime/unifiedConfiguration.ts:104

pollDefaultMs

pollDefaultMs: number;

httpRetry

httpRetry: object;

Defined in: runtime/unifiedConfiguration.ts:70

baseDelayMs

baseDelayMs: number;

maxAttempts

maxAttempts: number;

maxDelayMs

maxDelayMs: number;

logLevel

logLevel: "trace" | "error" | "silent" | "warn" | "info" | "debug";

Defined in: runtime/unifiedConfiguration.ts:103


mtls?

optional mtls: object;

Defined in: runtime/unifiedConfiguration.ts:106

ca?

optional ca: string;

caPath?

optional caPath: string;

cert?

optional cert: string;

certPath?

optional certPath: string;

key?

optional key: string;

keyPassphrase?

optional keyPassphrase: string;

keyPath?

optional keyPath: string;

oauth

oauth: object;

Defined in: runtime/unifiedConfiguration.ts:84

cacheDir?

optional cacheDir: string;

clientId?

optional clientId: string;

clientSecret?

optional clientSecret: string;

grantType

grantType: string;

oauthUrl

oauthUrl: string;

retry

retry: object;
retry.baseDelayMs
baseDelayMs: number;
retry.max
max: number;

scope?

optional scope: string;

timeoutMs

timeoutMs: number;

restAddress

restAddress: string;

Defined in: runtime/unifiedConfiguration.ts:67


supportLog?

optional supportLog: object;

Defined in: runtime/unifiedConfiguration.ts:116

enabled

enabled: boolean;

filePath

filePath: string;

telemetry?

optional telemetry: object;

Defined in: runtime/unifiedConfiguration.ts:115

correlation

correlation: boolean;

log

log: boolean;

tokenAudience

tokenAudience: string;

Defined in: runtime/unifiedConfiguration.ts:68


validation

validation: object;

Defined in: runtime/unifiedConfiguration.ts:98

raw

raw: string;

req

req: ValidationMode;

res

res: ValidationMode;