Skip to content
Snippets Groups Projects
Commit 1748b11b authored by Martin Lowe's avatar Martin Lowe :flag_ca:
Browse files

Merge branch 'malowe/main/no-cache-user' into 'main'

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

See merge request !36
parents df6f77a8 390a7544
No related branches found
No related tags found
1 merge request!36feat: Update SDK version, add Ef User bypass to always get fresh users
Pipeline #70336 failed
......@@ -20,7 +20,7 @@
<surefire-plugin.version>3.3.1</surefire-plugin.version>
<auto-value.version>1.10.4</auto-value.version>
<hibernate.version>5.5.6.Final</hibernate.version>
<eclipse-api-version>1.2.3</eclipse-api-version>
<eclipse-api-version>1.2.4</eclipse-api-version>
<org.mapstruct.version>1.5.5.Final</org.mapstruct.version>
<fdndb-api-version>1.1.2</fdndb-api-version>
<sonar.sources>src/main</sonar.sources>
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment