Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: excerpt exchanged due to header deletion
Multiexcerpt include
SpaceWithExcerptINTERNAL
MultiExcerptNameinfo_xuml_services
PageWithExcerptINTERNAL:_admin_portal_excerpts

Multiexcerpt include
SpaceWithExcerptINTERNAL
MultiExcerptNamexuml_services_change_config
PageWithExcerptINTERNAL:_admin_portal_excerpts

Multiexcerpt include
SpaceWithExcerptINTERNAL
MultiExcerptNameopen_docker_configuration_icon
PageWithExcerptINTERNAL:_admin_portal_excerpts

Multiexcerpt include
SpaceWithExcerptINTERNAL
MultiExcerptNameopen_docker_configuration_details
PageWithExcerptINTERNAL:_admin_portal_excerpts

Multiexcerpt include
SpaceWithExcerptINTERNAL
MultiExcerptNamexuml_services_configuration_section
PageWithExcerptINTERNAL:_admin_portal_excerpts

You can change the Current Value of a service setting.

The Default Value is displayed next to the current value.
If you want to reset the setting to its default,
click Reset .

Click Save after you have completed your changed.

Multiexcerpt include
SpaceWithExcerptINTERNAL
MultiExcerptNamexuml_services_change_config_note
PageWithExcerptINTERNAL:_admin_portal_excerpts

Multiexcerpt include
SpaceWithExcerptINTERNAL
MultiExcerptNamexuml_services_change_config_faulty_settings
PageWithExcerptINTERNAL:_admin_portal_excerpts

Multiexcerpt include
SpaceWithExcerptINTERNAL
MultiExcerptNamexuml_services_change_config_filter
PageWithExcerptINTERNAL:_admin_portal_excerpts

Multiexcerpt include
SpaceWithExcerptINTERNAL
MultiExcerptNamexuml_services_change_config_filter_extended
PageWithExcerptINTERNAL:_admin_portal_excerpts

Multiexcerpt include
SpaceWithExcerptINTERNAL
MultiExcerptNamexuml_services_change_config_filter_reset
PageWithExcerptINTERNAL:_admin_portal_excerpts

xUML Service Settings

Multiexcerpt include
SpaceWithExcerptINTERNAL
MultiExcerptNamexuml_service_settings
PageWithExcerptINTERNAL:_admin_portal_excerpts_big

Global Settings

Settings GroupSettingDescriptionAllowed Values
Settings / Deployment Macros

Service Composite

getCompositeCategory

Value returned by Action Language macro getCompositeCategory(). Initial value of this setting is the category specified in the service details (see Managing the Service Details).
You can change this value here.

any string
getCompositeName

Value returned by Action Language macro getCompositeName(). Initial value of this setting is the service name.
You can change this value here.

any string
getCompositeVersion

Value returned by Action Language macro getCompositeVersion(). Initial value of this setting is the service version in the service details (see Managing the Service Details).
You can change this value here.

a version string

PAS Platform

AuthenticatorEnabled

Specify whether users are allowed to identify themselves using an x-pas-user header instead of a bearer token.

Note

For compatibility reasons true (x-pas-header allowed) is the default option but this is deprecated and may lead to security issues. If you do not rely on the x-pas-header, we recommend setting this option to false.


trueAllow using an x-pas-header or a bearer token for authentication (default).
falseAuthentication only by bearer token.
AuthService::minimalAccessTokenLifeSpan

Define when a refresh token should be triggered. Default is 30 (if the token last less than 30 seconds it will be refreshed before it is used).

Info

In general there is no need to change the default of 30 seconds.


any integer
KeycloakInstance::clientId

Specify the clientId to use when authenticating the service. Default is keycloak-clientId.

Info
The clientId is defined in Keycloak, it should be changed in production to define specific authorization for this service.


any string
KeycloakInstance::clientSecret

Specify the clientSecret associated to the clientId. Default is keycloak-clientSecret.

Info

The clientSecret is defined in Keycloak, it should be changed in production to define specific authorization for this service.


any string
KeycloakAlias:Location:host

Specify the hostname (domain) of the Keycloak SSO system. Default is keycloak-host.

any string
KeycloakAlias:Location:basePath

Specify the subpath of the Keycloak system. Default is keycloak-basePath.

any string
KeycloakAlias:Location:port

Specify the port of the Keycloak system. Default cannot be changed.

8080
KeycloakAlias:Location:protocol

Specify the protocol of the Keycloak system. Default cannot be changed.

http
PasSecurityService::allowAnonymous

Specify whether anonymous users (no PAS users) should be allowed to send requests to the PAS BPMN service. In contrast to anonymous users, PAS users are identified by a bearer token or x-pas-user header).

If this setting is set to false, requests of unauthenticated users will return HTTP error 401.

Info

This setting does not disable any role configuration within the BPMN. If there are lanes configured in the BPMN, the service can only be accessed by authenticated users.


trueAllow anonymous access (default).
falseAccess for identified users only.

Service

<service settings>

In your Designer service, you can define name-value pairs using the setting macro in an implementation. These values can be modified here.



Add-on Settings

Multiexcerpt include
SpaceWithExcerptINTERNAL
MultiExcerptNamexuml_service_add_on_settings
PageWithExcerptINTERNAL:_admin_portal_excerpts

SQL Adapter Connection Settings

Multiexcerpt include
SpaceWithExcerptINTERNAL
MultiExcerptNamexuml_service_add_on_settings_sql_adapter_connection
PageWithExcerptINTERNAL:_admin_portal_excerpts_big

SQL Adapter Authorization Settings

Multiexcerpt include
SpaceWithExcerptINTERNAL
MultiExcerptNamexuml_service_add_on_settings_sql_adapter_authorization
PageWithExcerptINTERNAL:_admin_portal_excerpts

Other Add-on Settings

Multiexcerpt include
SpaceWithExcerptINTERNAL
MultiExcerptNamexuml_service_add_on_settings_other
PageWithExcerptINTERNAL:_admin_portal_excerpts_big


Expert Mode

Use the checkbox Expert Mode to display further options:

OptionDescription
RAMUse the slider to increase or decrease the RAM of a service. This option allows you to avoid that one service can comsume all resources. Default is 256 MB, the RAM maximum is 4 GB. You can change the RAM in steps of 64 MB.
Name

If you want to set xUML service settings for containerized services from the outside using the xuml-tool, you will need the Name (= friendly Id) as the environment variable. Refer to Integration Platform User's Guide > xUML Runtime Tool for details.


...