From ec1ee82b75ad694775fda7f39158535f62517181 Mon Sep 17 00:00:00 2001 From: Gavin Jaeger-Freeborn Date: Tue, 5 Nov 2024 11:52:33 -0800 Subject: [PATCH] Add more clarification as to how variable substitutions will be loaded Signed-off-by: Gavin Jaeger-Freeborn --- docs/ConfigurationGuide.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/ConfigurationGuide.md b/docs/ConfigurationGuide.md index 5a23ce48..652f7f70 100644 --- a/docs/ConfigurationGuide.md +++ b/docs/ConfigurationGuide.md @@ -155,3 +155,12 @@ variable_substitution_map.add_variable_substitution(r"\$today_plus_(\d+)_times_( ``` For an example of this python file see `docker/oidc-controller/config/user_variable_substitution_example.py` + +All that is necessary is the adding of substitution variables.These +changes will be applied by vc-authn during startup. The variable +`variable_substitution_map` **will already be defined**. + +After loading the python file during the service startup each new user +defined variable is logged for confirmation. Any failures to load +these changes will be logged. If no new definitions are found +indication of this will also be logged