You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2020/01/14 18:12:13 UTC

svn commit: r1872791 - /felix/trunk/configadmin-plugins/interpolation/README.md

Author: cziegeler
Date: Tue Jan 14 18:12:13 2020
New Revision: 1872791

URL: http://svn.apache.org/viewvc?rev=1872791&view=rev
Log:
Apply Configuration update pr from Robert Munteanu. This closes #219

Modified:
    felix/trunk/configadmin-plugins/interpolation/README.md

Modified: felix/trunk/configadmin-plugins/interpolation/README.md
URL: http://svn.apache.org/viewvc/felix/trunk/configadmin-plugins/interpolation/README.md?rev=1872791&r1=1872790&r2=1872791&view=diff
==============================================================================
--- felix/trunk/configadmin-plugins/interpolation/README.md (original)
+++ felix/trunk/configadmin-plugins/interpolation/README.md Tue Jan 14 18:12:13 2020
@@ -57,8 +57,17 @@ Property values are obtained through the
 
 ## Configuration of the plugin
 
-The plugin needs to be provided with the directory where the secrets can be
-found on the local filesystem.
+### Consistent processing
+
+It is recommended to configure the ConfigAdmin to only start processing once this plugin is active. In case of
+the Felix ConfigAdmin implementation, this can be achieved by using the following property:
+
+* `felix.cm.config.plugins`: `org.apache.felix.configadmin.plugin.interpolation`
+
+### Secrets lookup
+
+In order to look up secrets on the filesystem, the plugin must be provided with the directory
+where these can be found.
 
 This is done through the following property:
 
@@ -66,3 +75,4 @@ This is done through the following prope
 
 The property can be provided as an OSGi Framework property or alternatively as a Java System Property. 
 
+If the property is not present, the plugin will function, but without being able to replace values based on secrets.