Skip to content

Commit

Permalink
Added missing configuration to disable Security Manager when running …
Browse files Browse the repository at this point in the history
…tests.
  • Loading branch information
rfc3092 committed Jan 14, 2025
1 parent c9adfb8 commit a7bbbba
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,10 @@ MASKINPORTEN_CLIENT_ID: dummy
MASKINPORTEN_CLIENT_JWK: dummy
MASKINPORTEN_SCOPES: dummy
MASKINPORTEN_WELL_KNOWN_URL: http://localhost:8080
TOKEN_X_ISSUER: dummy
TOKEN_X_ISSUER: dummy

spring:
cloud:
gcp:
secretmanager:
enabled: false

0 comments on commit a7bbbba

Please sign in to comment.