33
44---
55
6- # 📋 Configuration schema
6+ # 📋 Components
77
88
99
@@ -37,8 +37,8 @@ Authentication configuration.
3737| -------| ------| -------------|
3838| module | string | |
3939| skip_tls_verification | boolean | |
40- | k8s_cluster_api | | |
41- | k8s_ca_cert_path | | |
40+ | k8s_cluster_api | string | |
41+ | k8s_ca_cert_path | string | |
4242| jwk_config | | |
4343| rh_identity_config | | |
4444
@@ -125,7 +125,7 @@ Conversation cache configuration.
125125
126126| Field | Type | Description |
127127| -------| ------| -------------|
128- | type | | |
128+ | type | string | |
129129| memory | | |
130130| sqlite | | |
131131| postgres | | |
@@ -151,10 +151,10 @@ Service customization.
151151
152152| Field | Type | Description |
153153| -------| ------| -------------|
154- | profile_path | | |
154+ | profile_path | string | |
155155| disable_query_system_prompt | boolean | |
156- | system_prompt_path | | |
157- | system_prompt | | |
156+ | system_prompt_path | string | |
157+ | system_prompt | string | |
158158| custom_profile | | |
159159
160160
@@ -166,8 +166,8 @@ Database configuration.
166166
167167| Field | Type | Description |
168168| -------| ------| -------------|
169- | sqlite | | |
170- | postgres | | |
169+ | sqlite | | SQLite database configuration |
170+ | postgres | | PostgreSQL database configuration |
171171
172172
173173## InMemoryCacheConfig
@@ -189,8 +189,8 @@ Inference configuration.
189189
190190| Field | Type | Description |
191191| -------| ------| -------------|
192- | default_model | | |
193- | default_provider | | |
192+ | default_model | string | |
193+ | default_provider | string | |
194194
195195
196196## JsonPathOperator
@@ -249,10 +249,10 @@ Llama stack configuration.
249249
250250| Field | Type | Description |
251251| -------| ------| -------------|
252- | url | | |
253- | api_key | | |
254- | use_as_library_client | | |
255- | library_client_config_path | | |
252+ | url | string | |
253+ | api_key | string | |
254+ | use_as_library_client | boolean | |
255+ | library_client_config_path | string | |
256256
257257
258258## ModelContextProtocolServer
@@ -291,10 +291,10 @@ Useful resources:
291291| db | string | Database name to connect to |
292292| user | string | Database user name used to authenticate |
293293| password | string | Password used to authenticate |
294- | namespace | | Database namespace |
294+ | namespace | string | Database namespace |
295295| ssl_mode | string | SSL mode |
296296| gss_encmode | string | This option determines whether or with what priority a secure GSS TCP/IP connection will be negotiated with the server. |
297- | ca_cert_path | | Path to CA certificate |
297+ | ca_cert_path | string | Path to CA certificate |
298298
299299
300300## QuotaHandlersConfiguration
@@ -346,7 +346,7 @@ Red Hat Identity authentication configuration.
346346
347347| Field | Type | Description |
348348| -------| ------| -------------|
349- | required_entitlements | | |
349+ | required_entitlements | array | |
350350
351351
352352## SQLiteDatabaseConfiguration
@@ -398,9 +398,9 @@ Useful resources:
398398
399399| Field | Type | Description |
400400| -------| ------| -------------|
401- | tls_certificate_path | | SSL/TLS certificate file path for HTTPS support. |
402- | tls_key_path | | SSL/TLS private key file path for HTTPS support. |
403- | tls_key_password | | Path to file containing the password to decrypt the SSL/TLS private key. |
401+ | tls_certificate_path | string | SSL/TLS certificate file path for HTTPS support. |
402+ | tls_key_path | string | SSL/TLS private key file path for HTTPS support. |
403+ | tls_key_password | string | Path to file containing the password to decrypt the SSL/TLS private key. |
404404
405405
406406## UserDataCollection
@@ -412,6 +412,6 @@ User data collection configuration.
412412| Field | Type | Description |
413413| -------| ------| -------------|
414414| feedback_enabled | boolean | |
415- | feedback_storage | | |
415+ | feedback_storage | string | |
416416| transcripts_enabled | boolean | |
417- | transcripts_storage | | |
417+ | transcripts_storage | string | |
0 commit comments