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

The administration application allows you to change the configuration of a Kubernetes workload.

You have two options to open the configuration:

  • Use option Edit configuration from the quick actions bar in the services' list.

  • Open the details page of the service and scroll down to section Configuration.

Changing xUML Service Settings

Multiexcerpt include
SpaceWithExcerptINTERNAL
MultiExcerptNamexuml_services_configuration_section
PageWithExcerptINTERNAL:_admin_portal_excerpts

Multiexcerpt include
SpaceWithExcerptINTERNAL
MultiExcerptNamexuml_services_change_config_faulty_settings
PageWithExcerptINTERNAL:_admin_portal_excerpts

You can change the Current Value of a service setting: Just overwrite the displayed value.

The field offers you three additional options:

IconOptionDescription
Assign Global VariableUse this option to apply a global variable, see Assigning a Global Variable for details.
Reset to DefaultUse this option to reset the setting to its default. For your information, the Default Value is displayed next to the current value.
Clear ValueUse this option to remove the content of the Current Value field.


Multiexcerpt include
SpaceWithExcerptINTERNAL
MultiExcerptNamexuml_services_change_config_note
PageWithExcerptINTERNAL:_admin_portal_excerpts

Assigning a Global Variable

If you want to use a global variable instead of entering a value manually, click Assign global variable .

Tip

For detailed information about global variables and how to create them, refer to Managing Global Variables for Containerized xUML Services.


A menu opens in which all available global variables are displayed that are of the same type as the current value that you want to change.

Hover over a global variable to display its description in a tooltip.

Use option Show Global Variables to open the global variables view. It shows all available global variables and their details. You can also create new global variables here (refer to Managing Global Variables for Containerized xUML Services for more information).

Click a global variable in the list to apply its value to the Current Value field. To emphasize that a global variable is used, a corresponding note is displayed.

Multiexcerpt include
SpaceWithExcerptINTERNAL
MultiExcerptNamexuml_services_change_config_note
PageWithExcerptINTERNAL:_admin_portal_excerpts

Filtering the Settings' List

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

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

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:

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.