Skip to content

Commit 4ac61c4

Browse files
Use Oasis and remove OBO cache (uses built-in in-memory cache from Oasis instead)
1 parent edd4917 commit 4ac61c4

15 files changed

+43
-590
lines changed

nais/nais.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ spec:
2020
min: 2
2121
max: 4
2222
cpuThresholdPercentage: 80
23-
valkey:
24-
- instance: obo-cache-klang
25-
access: readwrite
2623
liveness:
2724
path: /isAlive
2825
initialDelay: 3

server/bun.lockb

-2.92 KB
Binary file not shown.

server/package.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@
1616
"@fastify/cors": "11.0.0",
1717
"@fastify/http-proxy": "11.1.2",
1818
"@fastify/type-provider-typebox": "5.1.0",
19+
"@navikt/oasis": "3.7.0",
1920
"fastify": "5.2.1",
2021
"fastify-metrics": "12.1.0",
2122
"happy-dom": "15.11.7",
22-
"jose": "5.9.1",
23-
"openid-client": "5.7.1",
24-
"prom-client": "15.1.3",
25-
"redis": "4.7.0"
23+
"prom-client": "15.1.3"
2624
},
2725
"devDependencies": {
2826
"@biomejs/biome": "1.9.4",

server/src/auth/cache/cache-gauge.ts

-37
This file was deleted.

server/src/auth/cache/cache.ts

-99
This file was deleted.

server/src/auth/cache/memory-cache.ts

-88
This file was deleted.

0 commit comments

Comments
 (0)