Skip to content

Commit

Permalink
[manager] upgrade sureness v1.0.8 to fix bypassing api auth bug (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsun28 committed Oct 23, 2022
1 parent ee5a7f9 commit ac5970c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
<dependency>
<groupId>com.usthe.sureness</groupId>
<artifactId>spring-boot-starter-sureness</artifactId>
<version>1.0.7</version>
<version>1.0.8</version>
</dependency>
<!-- h2 database-->
<dependency>
Expand Down
5 changes: 5 additions & 0 deletions manager/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ sureness:
- digest
- basic
- jwt
jwt:
secret: 'CyaFv0bwq2Eik0jdrKUtsA6bx3sDJeFV643R
LnfKefTjsIfJLBa2YkhEqEGtcHDTNe4CU6+9
8tVt4bisXQ13rbN0oxhUZR73M6EByXIO+SV5
dKhaX0csgOCTlCxq20yhmUea6H6JIpSE2Rwp'

---
spring:
Expand Down

0 comments on commit ac5970c

Please sign in to comment.