@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias SecretResolveRequest

    type SecretResolveRequest = {
        references: string[];
    }
    Index
    references: string[]

    The secret references to resolve, each of the form camunda.secrets.<name>. Duplicate references are deduplicated by the server and resolved once. At most 20 references may be requested in a single batch.