Skip to content

Commit

Permalink
Add more clarification as to how variable substitutions will be loaded
Browse files Browse the repository at this point in the history
Signed-off-by: Gavin Jaeger-Freeborn <[email protected]>
  • Loading branch information
Gavinok committed Nov 5, 2024
1 parent 64c7fcd commit ec1ee82
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/ConfigurationGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ec1ee82

Please sign in to comment.