Files
UnrealEngineUWP/Engine/Source/Programs/UnrealCloudDDC/Composes/appsettings.Local.yaml
joakim lindqvist e6e4d93780 Cloud DDC - Made sure nginx sets xff (X-Forwarded-For) headers when forwarding traffic so we retain information about source ip.
Added enricher to always include ue-session header into log entries if we have it.
Added option to remap name claim for Okta which is set by default, fixes issue were username is not correctly resolved when using Okta.
Upgraded Okta.AspNetCore to .net 8 compatible version.
Fixed so the symbols audit log has slightly nicer properties being output.

[CL 34060731 by joakim lindqvist in ue5-main branch]
2024-06-03 04:21:28 -04:00

38 lines
856 B
YAML

Serilog:
MinimumLevel:
Default:
Warning # Toogle this to Debug to get debug logging, can be quite a lot
Auth:
Enabled: false
Jupiter:
CurrentSite: docker-compose
UseDomainSockets: true
DomainSocketsRoot: /nginx
ChmodDomainSockets: true
Replication:
CurrentSite: docker-compose
Nginx:
UseNginxRedirect: true
UnrealCloudDDC:
storageImplementations:
- Filesystem
Filesystem:
RootDir: /data/blob-store
Scylla:
ContactPoints:
- scylla
LocalDatacenterName: datacenter1
LocalKeyspaceSuffix: dc1
Namespaces:
Policies:
# Define a single namespace that is open to anyone with a valid credential to use
# As auth is disabled in this config this doesn't really matter and is provided mostly for reference
test-namespace:
- acls:
actions:
- ReadObject
- WriteObject
claims:
- "*"