Skip to content

Commit

Permalink
Merge pull request #299 from HermesGermany/next_minor
Browse files Browse the repository at this point in the history
Galapagos 2.8.0 (2)
  • Loading branch information
albrechtflo-hg authored Jan 10, 2024
2 parents 2798d91 + e1a953b commit d8f2dbf
Show file tree
Hide file tree
Showing 55 changed files with 1,131 additions and 1,188 deletions.
2 changes: 1 addition & 1 deletion application-oauth2.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spring.security.oauth2.resourceserver.jwt.issuer-uri=${spring.security.oauth2.cl
spring.security.oauth2.resourceserver.jwt.jwk-set-uri=${spring.security.oauth2.resourceserver.jwt.issuer-uri}/protocol/openid-connect/certs

# This is the claim in the JWT Access Token to use as username.
galapagos.security.jwt-username-claim=preferred_username
galapagos.security.jwt-user-name-claim=preferred_username

# This JWT claim is used as the "display name" (usually the full name) of a user.
galapagos.security.jwt-display-name-claim=name
Expand Down
35 changes: 0 additions & 35 deletions docs/Keycloak.md

This file was deleted.

4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<properties>
<java.version>17</java.version>
<lombok.version>1.18.28</lombok.version>
<kafka.version>2.7.2</kafka.version>
<kafka.version>3.4.1</kafka.version>
<node.version>v16.14.0</node.version>
<sonar-maven-plugin.version>3.7.0.1746</sonar-maven-plugin.version>
<sonar.sources>src/main/java</sonar.sources>
Expand Down Expand Up @@ -343,7 +343,7 @@
<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>jib-maven-plugin</artifactId>
<version>2.7.0</version>
<version>3.4.0</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down
Loading

0 comments on commit d8f2dbf

Please sign in to comment.