From 99cba0d69f6a776c2c04acaa0b0b684add1493fc Mon Sep 17 00:00:00 2001 From: Gavin Jaeger-Freeborn Date: Wed, 30 Oct 2024 12:01:51 -0700 Subject: [PATCH] Add reference to where the example python file can be found Signed-off-by: Gavin Jaeger-Freeborn --- docs/ConfigurationGuide.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/ConfigurationGuide.md b/docs/ConfigurationGuide.md index 8f0562a8..00d53557 100644 --- a/docs/ConfigurationGuide.md +++ b/docs/ConfigurationGuide.md @@ -153,3 +153,5 @@ def today_plus_times(added_days: str, multiplied_days: str) -> int: # variable_substitution_map will already be defined in variableSubstitutions.py variable_substitution_map.add_variable_substitution(r"\$today_plus_(\d+)_times_(\d+)", today_plus_times) ``` + +For an example of this python file see `docker/oidc-controller/config/user_variable_substitution.py`