mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 12:07:37 +00:00
fix: caching of assets (correct headers and versioned avatar and variables.css url) (#4118)
* fix: caching of assets (correct headers and versioned avatar url) * serve variables.css versioned and extend shared max age of assets * fix TestCommandSide_AddHumanAvatar * refactor: const types * refactor: return values Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com> Co-authored-by: adlerhurst <silvan.reusser@gmail.com>
This commit is contained in:
@@ -103,6 +103,15 @@ Machine:
|
||||
# Url: "http://169.254.169.254/metadata/instance?api-version=2021-02-01"
|
||||
# JPath: "$.compute.vmId"
|
||||
|
||||
# Storage for assets like user avatar, organization logo, icon, font, ...
|
||||
AssetStorage:
|
||||
Type: db
|
||||
# HTTP cache control settings for serving assets in the assets API and login UI
|
||||
# the assets will also be served with an etag and last-modified header
|
||||
Cache:
|
||||
MaxAge: 5s
|
||||
SharedMaxAge: 168h #7d
|
||||
|
||||
Projections:
|
||||
RequeueEvery: 60s
|
||||
RetryFailedAfter: 1s
|
||||
@@ -177,7 +186,7 @@ Console:
|
||||
SharedMaxAge: 5m
|
||||
LongCache:
|
||||
MaxAge: 12h
|
||||
SharedMaxAge: 168h
|
||||
SharedMaxAge: 168h #7d
|
||||
|
||||
Notification:
|
||||
Repository:
|
||||
|
Reference in New Issue
Block a user