Versions Compared

Key

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

...

PropertyDescriptionDefault

Since 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

Since 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"

Since SSO v. 9.0- with Accounting Service < 1.3.0x

logging.logback.filerollingpolicy.max-history

SSO 8.4-8.x with Accounting
Service
>= < 1.3.0

logging.logback.rollingpolicyfile.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
spring.mvc.async.request-timeout

Define how long time in milliseconds a asynchronous request is processed until it is stopped. 

This applies to event streaming endpoints. Specify a greater value if you really want to download a huge amount of events which takes more than 1 hour. Specify a smaller value to prevent clients requesting too much data to overuse system resources.

3600000

...