Use stateless session manage when using vault token from http header

This commit is contained in:
Ryan Baxter
2025-03-31 09:02:37 -04:00
parent a9ad865092
commit 72d7e1502f
6 changed files with 285 additions and 0 deletions

View File

@@ -236,6 +236,11 @@
<artifactId>spring-core-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>vault</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<properties>