@@ -6,7 +6,6 @@ You can set the following environment variables:
66
77| Environment Variable | Type | Default Value | Description |
88| -------------------------| -------------------| ----------------------------| -----------------------------------------------------------------------------|
9- | ` GLOBAL_RATE_LIMIT ` | ` u64 ` | ` 10 ` | The global rate limit for requests. |
109| ` OIDC_PROVIDER ` | ` String ` | N/A | The OIDC provider URL. |
1110| ` OIDC_AUDIENCE ` | ` String ` | ` "feedback-fusion" ` | The audience for the OIDC tokens. |
1211| ` OIDC_ISSUER ` | ` Option<String> ` | ` None ` | The optional issuer URL for the OIDC tokens. |
@@ -15,6 +14,21 @@ You can set the following environment variables:
1514| ` OTLP_ENDPOINT ` | ` Option<String> ` | ` None ` | The gRPC OTLP endpoint to send the trace spans to |
1615| ` SERVICE_NAME ` | ` String ` | ` "feedback-fusion" ` | Service name used in tracing context |
1716
17+ ## Scope Configuration
18+
19+ | Environment Variable | Description |
20+ | -----------------------------------| ------------------------------------|
21+ | ` OIDC_SCOPE_API ` | Scope for API access |
22+ | ` OIDC_SCOPE_WRITE ` | Scope for write access |
23+ | ` OIDC_SCOPE_READ ` | Scope for read access |
24+ | ` OIDC_SCOPE_WRITE_TARGET ` | Scope for writing targets |
25+ | ` OIDC_SCOPE_READ_TARGET ` | Scope for reading targets |
26+ | ` OIDC_SCOPE_WRITE_PROMPT ` | Scope for writing prompts |
27+ | ` OIDC_SCOPE_READ_PROMPT ` | Scope for reading prompts |
28+ | ` OIDC_SCOPE_WRITE_FIELD ` | Scope for writing fields |
29+ | ` OIDC_SCOPE_READ_FIELD ` | Scope for reading fields |
30+ | ` OIDC_SCOPE_READ_RESPONSE ` | Scope for reading responses |
31+
1832## Database Configuration
1933
2034The Backend supports mutliple database backends. The backend will choose the database based on your provided configuration values.
0 commit comments