Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,6 @@ name: foo bar baz
service:
host: localhost
port: 8080
auth_enabled: false
workers: 1
color_log: true
access_log: true
Expand Down Expand Up @@ -531,7 +530,6 @@ name: foo bar baz
service:
host: localhost
port: 8080
auth_enabled: false
workers: 1
color_log: true
access_log: true
Expand Down Expand Up @@ -639,7 +637,6 @@ It is possible to configure CORS handling. This configuration is part of service
service:
host: localhost
port: 8080
auth_enabled: false
workers: 1
color_log: true
access_log: true
Expand Down
1 change: 0 additions & 1 deletion dev-tools/test-configs/mcp-mock-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Lightspeed Core Service - MCP Mock Server Test
service:
host: localhost
port: 8080
auth_enabled: false
workers: 1
color_log: true
access_log: true
Expand Down
5 changes: 0 additions & 5 deletions docs/config.html
Original file line number Diff line number Diff line change
Expand Up @@ -1351,11 +1351,6 @@ <h2 id="serviceconfiguration">ServiceConfiguration</h2>
support.</td>
</tr>
<tr class="even">
<td>auth_enabled</td>
<td>boolean</td>
<td>Enables the authentication subsystem</td>
</tr>
<tr class="odd">
<td>workers</td>
<td>integer</td>
<td>Number of Uvicorn worker processes to start</td>
Expand Down
6 changes: 0 additions & 6 deletions docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -953,12 +953,6 @@
"title": "Port",
"type": "integer"
},
"auth_enabled": {
"default": false,
"description": "Enables the authentication subsystem",
"title": "Authentication enabled",
"type": "boolean"
},
"workers": {
"default": 1,
"description": "Number of Uvicorn worker processes to start",
Expand Down
1 change: 0 additions & 1 deletion docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,6 @@ the service can handle requests concurrently.
| host | string | Service hostname |
| port | integer | Service port |
| base_url | string | Externally reachable base URL for the service; needed for A2A support. |
| auth_enabled | boolean | Enables the authentication subsystem |
| workers | integer | Number of Uvicorn worker processes to start |
| color_log | boolean | Enables colorized logging |
| access_log | boolean | Enables logging of all access information |
Expand Down
1 change: 0 additions & 1 deletion docs/config.puml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ class "SQLiteDatabaseConfiguration" as src.models.config.SQLiteDatabaseConfigura
}
class "ServiceConfiguration" as src.models.config.ServiceConfiguration {
access_log : bool
auth_enabled : bool
color_log : bool
cors
host : str
Expand Down
3 changes: 1 addition & 2 deletions docs/config.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 0 additions & 2 deletions docs/deployment_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -1086,7 +1086,6 @@ name: Lightspeed Core Service (LCS)
service:
host: localhost
port: 8080
auth_enabled: false
workers: 1
color_log: true
access_log: true
Expand Down Expand Up @@ -1241,7 +1240,6 @@ name: Lightspeed Core Service (LCS)
service:
host: localhost
port: 8080
auth_enabled: false
workers: 1
color_log: true
access_log: true
Expand Down
1 change: 0 additions & 1 deletion docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@ name: Lightspeed Core Service (LCS)
service:
host: localhost
port: 8080
auth_enabled: false
workers: 1
color_log: true
access_log: true
Expand Down
8 changes: 0 additions & 8 deletions docs/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -1829,7 +1829,6 @@
},
"service": {
"access_log": true,
"auth_enabled": false,
"color_log": true,
"cors": {
"allow_credentials": false,
Expand Down Expand Up @@ -5499,7 +5498,6 @@
},
"service": {
"access_log": true,
"auth_enabled": false,
"color_log": true,
"cors": {
"allow_credentials": false,
Expand Down Expand Up @@ -8526,12 +8524,6 @@
"title": "Base URL",
"description": "Externally reachable base URL for the service; needed for A2A support."
},
"auth_enabled": {
"type": "boolean",
"title": "Authentication enabled",
"description": "Enables the authentication subsystem",
"default": false
},
"workers": {
"type": "integer",
"exclusiveMinimum": 0.0,
Expand Down
1 change: 0 additions & 1 deletion docs/openapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -5351,7 +5351,6 @@ the service can handle requests concurrently.
| host | string | Service hostname |
| port | integer | Service port |
| base_url | | Externally reachable base URL for the service; needed for A2A support. |
| auth_enabled | boolean | Enables the authentication subsystem |
| workers | integer | Number of Uvicorn worker processes to start |
| color_log | boolean | Enables colorized logging |
| access_log | boolean | Enables logging of all access information |
Expand Down
1 change: 0 additions & 1 deletion examples/lightspeed-stack-a2a-state-pg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ service:
host: localhost
port: 8080
base_url: "https://lightspeed.example.com"
auth_enabled: false
workers: 4
color_log: true
access_log: true
Expand Down
1 change: 0 additions & 1 deletion examples/lightspeed-stack-a2a-state-sqlite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ service:
host: localhost
port: 8080
base_url: "http://localhost:8080"
auth_enabled: false
workers: 1
color_log: true
access_log: true
Expand Down
1 change: 0 additions & 1 deletion examples/lightspeed-stack-api-key-auth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: API Key Token Authentication Example
service:
host: localhost
port: 8080
auth_enabled: true
workers: 1
color_log: true
access_log: true
Expand Down
1 change: 0 additions & 1 deletion examples/lightspeed-stack-azure-entraid-lib.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Lightspeed Core Service (LCS)
service:
host: 0.0.0.0
port: 8080
auth_enabled: false
workers: 1
color_log: true
access_log: true
Expand Down
1 change: 0 additions & 1 deletion examples/lightspeed-stack-azure-entraid-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Lightspeed Core Service (LCS)
service:
host: 0.0.0.0
port: 8080
auth_enabled: false
workers: 1
color_log: true
access_log: true
Expand Down
1 change: 0 additions & 1 deletion examples/lightspeed-stack-byok-rag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Lightspeed Core Service (LCS)
service:
host: localhost
port: 8080
auth_enabled: false
workers: 1
color_log: true
access_log: true
Expand Down
1 change: 0 additions & 1 deletion examples/lightspeed-stack-conversation-cache-pg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Lightspeed Core Service (LCS)
service:
host: localhost
port: 8080
auth_enabled: false
workers: 1
color_log: true
access_log: true
Expand Down
1 change: 0 additions & 1 deletion examples/lightspeed-stack-conversation-cache-sqlite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Lightspeed Core Service (LCS)
service:
host: localhost
port: 8080
auth_enabled: false
workers: 1
color_log: true
access_log: true
Expand Down
1 change: 0 additions & 1 deletion examples/lightspeed-stack-lls-external.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Lightspeed Core Service (LCS)
service:
host: localhost
port: 8080
auth_enabled: false
workers: 1
color_log: true
access_log: true
Expand Down
1 change: 0 additions & 1 deletion examples/lightspeed-stack-lls-library.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Lightspeed Core Service (LCS)
service:
host: localhost
port: 8080
auth_enabled: false
workers: 1
color_log: true
access_log: true
Expand Down
1 change: 0 additions & 1 deletion examples/lightspeed-stack-mcp-servers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Lightspeed Core Service (LCS)
service:
host: localhost
port: 8080
auth_enabled: false
workers: 1
color_log: true
access_log: true
Expand Down
1 change: 0 additions & 1 deletion examples/lightspeed-stack-quota-limiter-pg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Lightspeed Core Service (LCS)
service:
host: localhost
port: 8080
auth_enabled: false
workers: 1
color_log: true
access_log: true
Expand Down
1 change: 0 additions & 1 deletion examples/lightspeed-stack-quota-limiter-sqlite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Lightspeed Core Service (LCS)
service:
host: localhost
port: 8080
auth_enabled: false
workers: 1
color_log: true
access_log: true
Expand Down
1 change: 0 additions & 1 deletion examples/lightspeed-stack-rh-identity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Red Hat Identity Authentication Example
service:
host: localhost
port: 8080
auth_enabled: true
workers: 1
color_log: true
access_log: true
Expand Down
1 change: 0 additions & 1 deletion examples/lightspeed-stack-rlsapi-cla.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ name: RHEL Lightspeed CLA Configuration Example
service:
host: localhost
port: 8080
auth_enabled: true
workers: 1
color_log: true
access_log: true
Expand Down
1 change: 0 additions & 1 deletion examples/quota-limiter-configuration-pg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Lightspeed Core Service (LCS)
service:
host: 0.0.0.0
port: 8080
auth_enabled: false
workers: 1
color_log: true
access_log: true
Expand Down
1 change: 0 additions & 1 deletion examples/quota-limiter-configuration-sqlite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Lightspeed Core Service (LCS)
service:
host: 0.0.0.0
port: 8080
auth_enabled: false
workers: 1
color_log: true
access_log: true
Expand Down
1 change: 0 additions & 1 deletion lightspeed-stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ service:
host: 0.0.0.0
port: 8080
base_url: http://localhost:8080
auth_enabled: false
workers: 1
color_log: true
access_log: true
Expand Down
Loading
Loading