Channel Finder¶
- services.channel-finder.enable boolean[source]¶
Whether to enable the ChannelFinder service.
Default value¶falseExample¶true
- services.channel-finder.openFirewall boolean[source]¶
Open the firewall for the ChannelFinder service.
Warning
This opens the firewall on all network interfaces.
This option opens firewall for the HTTP/HTTPS API, and pvAccess server.
Default value¶false
- services.channel-finder.settings open submodule of attribute set of (string, package, bool, int or float)[source]¶
Configuration for the ChannelFinder service.
These options will be put into a
.propertiesfile.Note that options containing a “.” must be quoted.
See upstream documentation for all supported options: https://channelfinder.readthedocs.io/en/latest/config.html#application-properties
Default value¶{ }
- services.channel-finder.settings."demo_auth.enabled" boolean[source]¶
Enable the demo authentication.
ChannelFinder will provide two users:
admin:adminPassuser:userPass
Default value¶false
- services.channel-finder.settings."elasticsearch.create.indices" boolean[source]¶
List of URLs for the Elasticsearch hosts.
All hosts listed here must belong to the same Elasticsearch cluster.
Default value¶true
- services.channel-finder.settings."elasticsearch.host_urls" list of string[source]¶
List of URLs for the Elasticsearch hosts.
All hosts listed here must belong to the same Elasticsearch cluster.
Default value¶[ "http://localhost:9200" ]
- services.channel-finder.settings."embedded_ldap.enabled" boolean[source]¶
Enable the embedded LDAP authentication.
Default value¶false
- services.channel-finder.settings."ldap.enabled" boolean[source]¶
Enable authenticating to an external LDAP server.
Default value¶false
- services.channel-finder.settings."server.http.enable" boolean[source]¶
Enable unsecure HTTP
Default value¶true
- services.channel-finder.settings."server.http.port" 16 bit unsigned integer; between 0 and 65535 (both inclusive)[source]¶
The HTTP server port for the ChannelFinder service
Default value¶8080
- services.channel-finder.settings."server.port" 16 bit unsigned integer; between 0 and 65535 (both inclusive)[source]¶
The HTTPS server port for the ChannelFinder service
Default value¶8443
- services.channel-finder.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=cf,dc=local" else ""