stela ops usage fixes roles propagation and timoeut, one account to support multi tenants, migrations consolidation, search to support documentation, doctor and open api vector db search
This commit is contained in:
18
devops/compose/env/stellaops.env.example
vendored
18
devops/compose/env/stellaops.env.example
vendored
@@ -26,6 +26,18 @@ VALKEY_PORT=6379
|
||||
# RustFS Object Storage
|
||||
RUSTFS_HTTP_PORT=8333
|
||||
|
||||
# =============================================================================
|
||||
# ROUTER GATEWAY MODE
|
||||
# =============================================================================
|
||||
|
||||
# Router route table file mounted to /app/appsettings.local.json
|
||||
# Microservice + Valkey mode (default):
|
||||
ROUTER_GATEWAY_CONFIG=./router-gateway-local.json
|
||||
# Reverse-proxy fallback mode:
|
||||
# ROUTER_GATEWAY_CONFIG=./router-gateway-local.reverseproxy.json
|
||||
# Authority claims override endpoint base URL consumed by router-gateway.
|
||||
ROUTER_AUTHORITY_CLAIMS_OVERRIDES_URL=http://authority.stella-ops.local
|
||||
|
||||
# =============================================================================
|
||||
# CORE SERVICES
|
||||
# =============================================================================
|
||||
@@ -109,12 +121,16 @@ SCHEDULER_SCANNER_BASEADDRESS=http://scanner.stella-ops.local
|
||||
# REKOR / SIGSTORE CONFIGURATION
|
||||
# =============================================================================
|
||||
|
||||
# Rekor server URL (default: public Sigstore, use http://rekor-v2:3000 for local)
|
||||
# Rekor server URL (default: public Sigstore, use http://rekor-v2:3322 for local)
|
||||
REKOR_SERVER_URL=https://rekor.sigstore.dev
|
||||
REKOR_VERSION=V2
|
||||
REKOR_TILE_BASE_URL=
|
||||
REKOR_LOG_ID=c0d23d6ad406973f9559f3ba2d1ca01f84147d8ffc5b8445c224f98b9591801d
|
||||
REKOR_TILES_IMAGE=ghcr.io/sigstore/rekor-tiles:latest
|
||||
# Local Rekor v2 (`--profile sigstore-local`) uses Tessera GCP backend.
|
||||
# Override these with your actual GCP bucket/database identifiers.
|
||||
REKOR_GCP_BUCKET=stellaops-rekor-dev
|
||||
REKOR_GCP_SPANNER=projects/stellaops-dev/instances/rekor/databases/rekor
|
||||
|
||||
# =============================================================================
|
||||
# ADVISORY AI CONFIGURATION
|
||||
|
||||
Reference in New Issue
Block a user