Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space IDS and version 8.7

...

Edit the YAML (https://en.wikipedia.org/wiki/YAML) file in this location (ubilogin/custom/accounting/config/application.yaml) and change default values for properties explained under section Configuration settings below. Check also some hints in the notes section below.

Note
After you have made your changes and saved the file execute SSO install / update script which will copy the configuration files to their proper place under ubilogin-sso during runtime before starting the service

...

PropertyDescriptionDefault

SSO v. 8.7- with Accounting Service 1.1.x

server.forward-headers-strategy

When running behind a proxy, the caller wants a link to the proxy and not to the physical address of the machine hosting your app. With this setting the absolute links are rendered correctly when the proxy adds conventional X-Forwarded-For and X-Forwarded-Proto headers. If this feature is not needed you may consider removing the setting.  https://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#howto-use-behind-a-proxy-servernative

SSO v. 8.4-8.6 with Accounting Service 1.0.x

server.use-forward-headers

When running behind a proxy, the caller wants a link to the proxy and not to the physical address of the machine hosting your app. With this setting the absolute links are rendered correctly when the proxy adds conventional X-Forwarded-For and X-Forwarded-Proto headers. If this feature is not needed you may consider setting it back to the value false due security, see https://tools.ietf.org/html/rfc7239#section-8.true

SSO v. 8.7- with Accounting Service 1.1.x

logging.file.name

SSO v. 8.4-8.6 with Accounting Service 1.0.x

logging.file

Defines location and prefix of log files.

Audit log file has a suffix _audit in its file name.

More information about logging in Accounting Service logging.

"logs/ids-accounting"
logging.file.max-history

Defines the maximum days of history to preserve for the application log files as an integer value.

10
logging.level.com.ubisecure

Defines logging level for Accounting Service implementation.

Can be one of the following (case insensitive):

  • trace
  • debug
  • info
  • warn
  • error

Note that you can also change the log level when the system is running, see Accounting Service management.

info

Anchor
notes
notes
Notes about editing application configuration files

...