Some checks failed
		
		
	
	Docs CI / lint-and-preview (push) Has been cancelled
				
			- Implemented RustFsArtifactObjectStore for managing artifacts in RustFS. - Added unit tests for RustFsArtifactObjectStore functionality. - Created a RustFS migrator tool to transfer objects from S3 to RustFS. - Introduced policy preview and report models for API integration. - Added fixtures and tests for policy preview and report functionality. - Included necessary metadata and scripts for cache_pkg package.
		
			
				
	
	
		
			26 lines
		
	
	
		
			880 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			880 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Substitutions for docker-compose.airgap.yaml
 | |
| MONGO_INITDB_ROOT_USERNAME=stellaops
 | |
| MONGO_INITDB_ROOT_PASSWORD=airgap-password
 | |
| MINIO_ROOT_USER=stellaops-offline
 | |
| MINIO_ROOT_PASSWORD=airgap-minio-secret
 | |
| MINIO_CONSOLE_PORT=29001
 | |
| RUSTFS_HTTP_PORT=8080
 | |
| AUTHORITY_ISSUER=https://authority.airgap.local
 | |
| AUTHORITY_PORT=8440
 | |
| SIGNER_POE_INTROSPECT_URL=file:///offline/poe/introspect.json
 | |
| SIGNER_PORT=8441
 | |
| ATTESTOR_PORT=8442
 | |
| CONCELIER_PORT=8445
 | |
| SCANNER_WEB_PORT=8444
 | |
| UI_PORT=9443
 | |
| NATS_CLIENT_PORT=24222
 | |
| SCANNER_QUEUE_BROKER=nats://nats:4222
 | |
| AUTHORITY_OFFLINE_CACHE_TOLERANCE=00:45:00
 | |
| SCANNER_EVENTS_ENABLED=false
 | |
| SCANNER_EVENTS_DRIVER=redis
 | |
| # Leave SCANNER_EVENTS_DSN empty to inherit the Redis queue DSN when SCANNER_QUEUE_BROKER uses redis://.
 | |
| SCANNER_EVENTS_DSN=
 | |
| SCANNER_EVENTS_STREAM=stella.events
 | |
| SCANNER_EVENTS_PUBLISH_TIMEOUT_SECONDS=5
 | |
| SCANNER_EVENTS_MAX_STREAM_LENGTH=10000
 |