Skip to content

Commit ddbe64d

Browse files
authored
Merge pull request #493 from tisnik/lcore-632-config-diagram-update
LCORE-632: config diagram update
2 parents f5a90a0 + ffa078f commit ddbe64d

File tree

3 files changed

+91
-87
lines changed

3 files changed

+91
-87
lines changed

docs/config.png

-40.6 KB
Loading

docs/config.puml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,14 @@ class "JwtConfiguration" as src.models.config.JwtConfiguration {
7373
username_claim : str
7474
}
7575
class "JwtRoleRule" as src.models.config.JwtRoleRule {
76+
compiled_regex
7677
jsonpath : str
7778
negate : bool
7879
operator
7980
roles : list[str]
8081
value : Any
8182
check_jsonpath() -> Self
83+
check_regex_pattern() -> Self
8284
check_roles() -> Self
8385
}
8486
class "LlamaStackConfiguration" as src.models.config.LlamaStackConfiguration {

0 commit comments

Comments
 (0)