Skip to content

Commit

Permalink
add authorized role org pair
Browse files Browse the repository at this point in the history
  • Loading branch information
Battlestad committed Oct 9, 2024
1 parent 277640b commit e934e3a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies {

implementation 'org.flywaydb:flyway-core'
implementation 'no.fintlabs:fint-kafka:4.0.1'
implementation 'no.fintlabs:fint-flyt-resource-server:3.0.1'
implementation 'no.fintlabs:fint-flyt-resource-server:5.0.1-rc-1'

implementation 'javax.validation:validation-api'
implementation 'org.hibernate.validator:hibernate-validator'
Expand Down
4 changes: 4 additions & 0 deletions src/main/resources/application-local-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@ spring:
password: password
server:
port: 8086
logging:
level:
no:
fintlabs: DEBUG

0 comments on commit e934e3a

Please sign in to comment.