Matt Pavlovich created KARAF-7555:
-------------------------------------
Summary: config-list and service-list do not interpolate ${env:..}
values
Key: KARAF-7555
URL: https://issues.apache.org/jira/browse/KARAF-7555
Project: Karaf
Issue Type: Bug
Affects Versions: 4.3.7
Reporter: Matt Pavlovich
When a config value is set to use an environment variable, config:list and
service:list commands do not interpolate for ${env:FOO}
For given config file:
{noformat}
bar = ${env:HOSTNAME}
{noformat}
{noformat}
karaf@root()> config:list "(service.pid=org.foo)"
----------------------------------------------------------------
Pid: org.foo
BundleLocation: ?
Properties:
bar =
felix.fileinstall.filename = file:/..../etc/org.foo.cfg
service.pid = org.foo
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)