Skip to content
Snippets Groups Projects

feat: Update SDK version, add Ef User bypass to always get fresh users

Merged Martin Lowe requested to merge malowe/main/no-cache-user into main
2 files
+ 4
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -6,6 +6,9 @@ quarkus.oidc.enabled=false
fdndb-api/mp-rest/url=http://foundationdb:8095
%dev.fdndb-api/mp-rest/url=http://localhost:10112
## Bypass the cache for user objects, as we want to always have latest
eclipse.cache.cache-bypass-classes=org.eclipsefoundation.efservices.api.models.EfUser
eclipse.security.oauth2.filter.enabled=true
eclipse.security.oauth2.filter.always-on.enabled=true
Loading