You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After #3752 exports app/process metrics to the /api/v1/read endpoint we are ready to make the log cache url configurable, so that our users can plug in an expternal log cache implementation
Acceptance
GIVEN I deploy Korifi with the new experimental.externalLogCache.enabled=true and experimental.externalLogCache.url=<some-url> helm values WHEN I run cf push --verbose THEN I can see in the verbose logs that the cf cli is indeed requesting the url provided by the helm values
WHEN I run cf curl /api/v1/read THEN I get a 404 NotFound
WHEN I runcf curl / THEN I see that the external log cach is advertised
The text was updated successfully, but these errors were encountered:
Background
After #3752 exports app/process metrics to the
/api/v1/read
endpoint we are ready to make the log cache url configurable, so that our users can plug in an expternal log cache implementationAcceptance
GIVEN I deploy Korifi with the new
experimental.externalLogCache.enabled=true
andexperimental.externalLogCache.url=<some-url>
helm valuesWHEN I run
cf push --verbose
THEN I can see in the verbose logs that the cf cli is indeed requesting the url provided by the helm values
WHEN I run
cf curl /api/v1/read
THEN I get a
404 NotFound
WHEN I run
cf curl /
THEN I see that the external log cach is advertised
The text was updated successfully, but these errors were encountered: