Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Page Properties
hiddentrue
idDONE

Product Version
Report Note
AssigneeAntje

Resources & Remarks

Modification History

NameDateProduct VersionAction
Antje Oelschlägel13 JAN 20222022 Springcreated and written
Agnieszka17 JAN 20222022 SpringrLANG


...

The following parameters can be set in any YAML configuration file that is activated via profile.

ParameterDescription
routing.endpoints

As of 2023 Autumn.

Allows to add custom endpoints to the API provided via api gateway. List of configurations with parameters described below.

The api gateway forwards the requests to the configured custom service including the assigned JWT.

It ist NOT possible to overwrite existing endpoints of the api gateway.


Code Block
titleExample
routing.endpoints:
  - endpoint: '/api/dms/objects/{objectId}/custom/{param}/**'
    methods: 'post,get,head' # if not set, all methods are taken
    destination: 'http://customservice'




endpointRequired. Custom endpoint URL that will be available via api gateway.

method

Optional. Comma-separated list of HTTP methods.

If configured, only the calls of specified HTTP methods are allowed for the specific endpoint.

If not configured, calls of all HTTP methods are allowed.


destination

Required. URL of the custom service within the cluster.

Requests to the configured endpoint are forwarded to this URL:

  • The endpoint URL is appended to the destination URL.
  • Placeholders are resolved.

...

Parameters in Service Configuration File

The api section in the serviceConfiguration.json file can be used to configure synchronous or asynchronous deletion processing.


Info
iconfalse

Read on

Section


Column
width25%

SYSTEM Service

Insert excerpt
SYSTEM Service
SYSTEM Service
nopaneltrue
 Keep reading


Column
width25%

AUTHENTICATION Service

Insert excerpt
AUTHENTICATION Service
AUTHENTICATION Service
nopaneltrue
 Keep reading


Column
width25%

Basic Use Case Flows

Insert excerpt
Basic Use Case Flows
Basic Use Case Flows
nopaneltrue
 Keep reading



...