Phoebus Olog

services.phoebus-olog.enable boolean[source]

Whether to enable the Phoebus Olog service.

Default value
false
Example
true
services.phoebus-olog.settings open submodule of attribute set of (string, package, bool, int or float)[source]

Configuration for the Phoebus Olog service.

These options will be put into a .properties file.

Note that options containing a “.” must be quoted.

See here for supported options: https://github.com/Olog/phoebus-olog/blob/v5.1.2/src/main/resources/application.properties

Default value
{ }
services.phoebus-olog.settings."ad.enabled" boolean[source]

Enable authenticating to an external Active Directory server.

Default value
false
services.phoebus-olog.settings."demo_auth.enabled" boolean[source]

Enable the demo authentication.

Phoebus will provide two users:

  • admin:adminPass

  • user:userPass

Default value
false
services.phoebus-olog.settings."embedded_ldap.enabled" boolean[source]

Enable the embedded LDAP authentication.

Default value
false
services.phoebus-olog.settings."ldap.enabled" boolean[source]

Enable authenticating to an external LDAP server.

Default value
false
services.phoebus-olog.settings."server.http.enable" boolean[source]

Enable unsecure HTTP.

Default value
false
services.phoebus-olog.settings."server.port" 16 bit unsigned integer; between 0 and 65535 (both inclusive)[source]

The server port for the REST service.

Default value
8181
services.phoebus-olog.settings."spring.ldap.embedded.base-dn" string[source]

The base DN for the embedded LDAP.

Note

Setting this value to a non-empty string will start the embedded LDAP, no matter the value of "embedded_ldap.enabled", which may lead to port conflicts if you deploy multiple Phoebus services.

Default value
if cfg.settings."embedded_ldap.enabled" == "true" then "dc=olog,dc=local" else ""