Service Configuration
    • PDF

    Service Configuration

    • PDF

    Article summary

    A number of our services have configuration values which can be changed, as below.

    Update Configuration

    How to update configuration

    The configuration values can be changed by setting helm chart values while deploying the helm chart using --set configuration.<Configuration Key>=<Configuration value>.
    For example, to set CDR__ArchiveMode value to 'basic' and set CDR__EnableExpressMode value to true, the helm command looks like below -

    helm upgrade --install constellations-cdr-enabler constellations-cdr-enabler \
    --set configuration.CDR__ArchiveMode=basic \
    --set configuration.CDR__EnableExpressMode=true
    

    Scan Controller

    Configuration KeyDescriptionValid Values
    Authentication__Schemes__Bearer__ValidAudiencesValid audience for Scan Controller APIAny valid string (e.g. api://scan-controller-access)
    Authentication__Schemes__Bearer__ValidIssuerValid issuer for the Scan Controller APIhttps://sts.windows.net//
    Authentication__Schemes__Bearer__AuthorityAuthority for the Scan Controller APIhttps://login.microsoftonline.com/common
    Authentication__EnableAuthToggle for API Authenticationtrue, false

    Page Scanner

    Configuration KeyDescriptionValid Values
    STORAGE__PageSizeLimitMaximum size of each segment sent to Scan Pre ProcessorAny valid integer greater than 0 and less than or equal to 4000

    CDR Enabler

    Configuration KeyDescriptionValid Values
    CDR__ArchiveModeArchive Mode setting. In basic mode if a file within the archive is unable to be protected, the whole archive will be placed in the quarantined container. In detailed mode if a file within an archive is unable to be protected, only that file will be placed in the quarantined containerbasic, detailed
    CDR__EnableExpressModeWhen express mode is on, only supported file types will be sent to Glasswall Halo for processingtrue, false
    CDR__HashingAlgorithmWhich hashing algorithm to use when reporting on filesSHA256, SHA1, MD5

    Event Projection

    Configuration KeyDescriptionValid Values
    Authentication__Schemes__Bearer__ValidAudiencesValid audience for Event Projection APIAny valid string (e.g. api://event-projection-access)
    Authentication__Schemes__Bearer__ValidIssuerValid issuer for the Event Projection APIhttps://sts.windows.net//
    Authentication__Schemes__Bearer__AuthorityAuthority for the Event Projection APIhttps://login.microsoftonline.com/common
    Authentication__EnableAuthToggle for API Authenticationtrue, false
    DATABASE__BatchSizeBatch size of transaction events to process.Any valid integer greater than 0
    DATABASE__PollIntervalThe interval in which the service polls for changesAny valid timespan greater than 0 seconds (e.g. 00:00:20)

    Was this article helpful?

    What's Next