You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The administration application allows you to change the service configuration.

You have two options to open the configuration of a service/container:

  • Use icon in the quick actions bar in the services' list.
  • Open the details page of a service/container and scroll down to section Configuration.

Depending on the source, you will see different displays:

Changing the Configuration for Docker Containers

This option is only available for type pas-service (= PAS applications without UI).

Click on the icon in the services' list to open a JSON editor in a pop-up window.

You can also open the details page of a Docker container and scroll down to section Configuration to get access to the JSON editor.

To prevent accidental changes, the editor must be unlocked before you are able to edit its content.

Do not edit content in the Configuration section without any knowledge of JSON.

The editor supports you to insert valid JSON:

IconDescription
Click this button to format your input with proper intendation and line feeds (default).
Click this button to remove all whitespaces and show compact JSON data.
Click this button to undo your last action in the editor.
Click this button to redo your last action in the editor.
  • Click Save to apply your changes.
  • Click Discard to cancel your input.

Some pas-services require a restart after changes to the configuration file. This is indicated in the toast message at the bottom of the administration window.

The message also contains a button for a direct start.

The Configuration section also informs you if the configuration UI is not available for a service type.

Changing the Configuration for Integration Services

If you click on the icon in the services' list, the service opens directly in the integration component (Bridge) of the platform and tab Settings is displayed.

Refer to the Bridge User Guide for detailed information about the functionalities of the integration component.


You can also open the details page of an integration service and scroll down to section Configuration to get access to the Bridge.

Click the link Open Bridge and show configuration to open tab Settings of the service in the integration component (Bridge).

The Configuration section also informs you if the configuration UI is not available for a service type.

  • No labels