Update openidconnect-rs (#54)

And add integration test
This commit is contained in:
Simon Bihel
2023-04-17 13:16:39 +01:00
committed by GitHub
parent d59c4db602
commit d4ce5c1616
8 changed files with 606 additions and 76 deletions

View File

@@ -24,6 +24,11 @@ services:
KEYCLOAK_ADMIN_PASSWORD: admin
redis:
image: redis:6-alpine
image: redis
healthcheck:
test: ["CMD", "redis-cli","ping"]
interval: 10s
timeout: 5s
retries: 5
ports:
- "6379:6379"