반응형
250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- JavaScript
- aws
- aws cicd
- COALESCE
- codedeploy
- VPN
- or some instances in your deployment group are experiencing problems.
- java bigdecimal
- AWS CI/CD 구축하기
- codedeploy error
- codepipeline
- PostgreSQL
- kubeflow
- chartjs
- Python
- docker
- chart.js
- codebuild
- Jenkins
- Flux
- 도커
- redis
- Kafka
- SQL
- bootstrap
- node
- IntelliJ
- Spring Error
- Airflow
- Spring
Archives
- Today
- Total
목록spring security error (1)
Small Asteroid Blog
[Spring Security] The signing key's size is 40 bits which is not secure enough for the HS512 algorithm.
spring security + jwt 에서 로그인 api 를 사용하던 중 다음과 같은 에러가 나왔다. io.jsonwebtoken.security.WeakKeyException: The signing key's size is 40 bits which is not secure enough for the HS512 algorithm. The JWT JWA Specification (RFC 7518, Section 3.2) states that keys used with HS512 MUST have a size >= 512 bits (the key size must be greater than or equal to the hash output size). Consider using the io.jsonweb..
백엔드/Spring
2022. 11. 9. 17:00