Nexeed
    • Introduction
      • Main functions
    • User manual
      • General operation
        • Filter part information
        • Export Identifier
        • Filter and edit settings
      • Search & act menu
        • Parts information area, overview tab
        • Parts information area, details tab
        • Parts information area, counter/timer tab
        • Parts information area, layout tab
        • Parts information area, part report tab
        • Parts information area, block tab
        • Parts information area, additional data tab
        • Comments area
        • Customer-specific actions area
        • Parts handling area
        • Dependent actions area
        • Part coding area
      • Settings menu
        • Hardware settings menu item, general tab
        • Hardware settings menu item, serial tab
        • Hardware settings menu item, Balluff tab
        • Client settings menu item, general tab
        • Client settings menu item, workflows tab
      • Operate the Rework Control module
        • Process part
      • Rework Control core
        • Starting the application
        • Welcome screen & search step
        • Search and analyze step
          • How to filter
        • Recovery options step
        • Complete step
          • Rework process
        • Client configuration
        • Roles and resources
    • Operations manual
      • Overview
      • System architecture and interfaces
        • General deployment view
        • Element description
        • Network connections overview
      • System requirements
        • rework/helmchart/rework
        • rework/rework-backend-service
        • rework/rework-web-service
        • rework/rework-control-core-backend-service
        • rework/rework-control-core-web-service
        • rework/rework-control-core-backend-service-init
        • bci-app/nginx
      • Migration from previous versions
        • Migration from MES to IAS
        • Migration from 6.2 to 6.3
      • Setup and configuration
        • Desktop client
          • ClickOnce client installation
          • Hardware connectivity
        • rework/rework-backend-service
        • rework/rework-web-service
        • rework/rework-control-core-backend-service
        • rework/rework-control-core-web-service
        • rework/rework-control-core-backend-service-init
        • bci/nginx
        • Use ConfirmRework workflow/activity
        • Deployment via Helm with multi-instance support
      • Start and shutdown
      • Regular operations
        • Access control roles and resources
        • Tenant data removal
      • Failure handling
      • Backup and Restore
      • Logging and monitoring
      • Known limitations
    • API documentation
      • HTTP API
Rework Control
  • Industrial Application System
  • Core Services
    • Block Management
    • Deviation Processor
    • ID Builder
    • Multitenant Access Control
    • Notification Service
    • Ticket Management
    • Web Portal
  • Shopfloor Management
    • Andon Live
    • Global Production Overview
    • KPI Reporting
    • Operational Routines
    • Shift Book
    • Shopfloor Management Administration
  • Product & Quality
    • Product Setup Management
    • Part Traceability
    • Process Quality
    • Setup Specs
  • Execution
    • Line Control
    • Material Management
    • Order Management
    • Packaging Control
    • Rework Control
  • Intralogistics
    • AGV Control Center
    • Stock Management
    • Transport Management
  • Machine & Equipment
    • Condition Monitoring
    • Device Portal
    • Maintenance Management
    • Tool Management
  • Enterprise & Shopfloor Integration
    • Archiving Bridge
    • Data Publisher
    • Direct Data Link
    • Engineering UI
    • ERP Connectivity
    • Gateway
    • Information Router
    • Master Data Management
    • Orchestrator

Nexeed Learning Portal

  • Rework Control
  • Operations manual
  • Setup and configuration
  • rework/rework-control-core-backend-service

rework/rework-control-core-backend-service

Deployment configuration settings

Those are defined as environment variables and typically do not need to change during runtime. Below is a description of those available.

Environment Variable Description Default Value

Logging Settings

NEXEED_REWORK_CONTROL_CORE_Logging__Console__LogLevel__Default

Sets the default log level for log messages shown in console.

Warning

Tenant Settings

NEXEED_REWORK_CONTROL_CORE_TenantConfig__Tenant0

The tenant0 identifier.

Placeholder value <tenant-id>, which is invalid.

In Helm deployments, value is set automatically to match the tenant for the umbrella chart deployment.

OpenID Connect (OIDC) Settings

NEXEED_REWORK_CONTROL_CORE_OIDC__ServiceUrl

The URL of MACMA.

Placeholder value <server>/iam/, which is invalid.

In Helm deployments, value matches the MACMA deployment via the umbrella chart.

NEXEED_REWORK_CONTROL_CORE_OIDC__ClientId

The client ID value for Rework Control Core defined in MACMA.

Placeholder value <rework-client-id>, which is invalid.

In Helm deployments, value is set automatically to match the MACMA deployment via the umbrella chart.

NEXEED_REWORK_CONTROL_CORE_OIDC__ClientSecret

The client Secret value for Rework Control Core defined in MACMA.

Placeholder value <rework-client-secret>, which is invalid.

In Helm deployments, value is set automatically to match the MACMA deployment via the umbrella chart.

NEXEED_REWORK_CONTROL_CORE_OIDC__ClientIdFrontend

The client ID Frontend value for Rework Control Core defined in MACMA.

Placeholder value <rework-client-id-frontend>, which is invalid.

In Helm deployments, value is set automatically to match the MACMA deployment via the umbrella chart.

NEXEED_REWORK_CONTROL_CORE_OIDC__Acl__RefreshInterval

How often the ACLs should be refreshed in seconds.

60

NEXEED_REWORK_CONTROL_CORE_OIDC__Introspection__EnableCaching

Whether or not caching should be enabled for results returned by the introspection endpoint.

false

NEXEED_REWORK_CONTROL_CORE_OIDC__Introspection__CachingDuration

How long introspection results should be cached in seconds. It is recommended to be less than 1 minute.

30

OIDC Clients Settings

NEXEED_REWORK_CONTROL_CORE_OIDC__NamedHttpClients__DefaultTokenEndpoint

The default endpoint to use for fetching access tokens from MACMA.

Placeholder value <server>/iam/auth/realms/<tenant-id>/protocol/openid-connect/token which is invalid.

In Helm deployments, value is set automatically to match the MACMA deployment via the umbrella chart.

NEXEED_REWORK_CONTROL_CORE_OIDC__NamedHttpClients__Clients__LineControl__Scopes__0

The scope needed when requesting access token for Line Control API.

Placeholder value aud:<linecon-client-id> which is invalid.

In Helm deployments, value is set automatically to match the client ID of Line Control generated in MACMA.

NEXEED_REWORK_CONTROL_CORE_OIDC__NamedHttpClients__Clients__PartTraceability__Scopes__0

The scope needed when requesting access token for Part Traceability API.

Placeholder value aud:<linecon-client-id> which is invalid.

In Helm deployments, value is set automatically to match the client ID of Part Traceability generated in MACMA.

LineControl Endpoint Settings

NEXEED_REWORK_CONTROL_CORE_OIDC__NamedHttpClients__Clients__LineControl__BaseAddress

The base URL for Line Control module.

Placeholder value which is invalid.

In Helm deployments, value is set automatically to match Line Control deployment via the umbrella chart.

Part Traceability Endpoint Settings

NEXEED_REWORK_CONTROL_CORE_OIDC__NamedHttpClients__Clients__PartTraceability__BaseAddress

The base URL for the data browser service in Part Traceability module.

Placeholder value which is invalid.

In Helm deployments, value is set automatically to match Part Traceability deployment via the umbrella chart.

Contents

© Robert Bosch Manufacturing Solutions GmbH 2023-2025, all rights reserved

Changelog Corporate information Legal notice Data protection notice Third party licenses