We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5a90a0 + ffa078f commit ddbe64dCopy full SHA for ddbe64d
docs/config.png
-40.6 KB
docs/config.puml
@@ -73,12 +73,14 @@ class "JwtConfiguration" as src.models.config.JwtConfiguration {
73
username_claim : str
74
}
75
class "JwtRoleRule" as src.models.config.JwtRoleRule {
76
+ compiled_regex
77
jsonpath : str
78
negate : bool
79
operator
80
roles : list[str]
81
value : Any
82
check_jsonpath() -> Self
83
+ check_regex_pattern() -> Self
84
check_roles() -> Self
85
86
class "LlamaStackConfiguration" as src.models.config.LlamaStackConfiguration {
0 commit comments