ip 제한 / limit ip address / range / WebSecurityConfigurerAdapter / spring boot / spring framework
WebSecurityConfig 에서 ‘hasIpAddress’ 사용
다음에서는 WebSecurityConfig 를 어떻게 설정하는지를 확인할 수 있다.
다음 글에서는 여러가지 방법으로 hasIpAddress 설정을 한 예제를 확인할 수 있다.
.antMatchers("/api/v1/mys/test2").hasIpAddress("127.0.0.1")
.antMatchers("/api/v1/mys/test1").access("hasIpAddress(127.0.0.1) or hasIpAddress(127.1.1.1)")
최근 WebSecuirtyConfig 에서 hasIpAddress 를 사용한 예를 볼 수 있다.
- Spring Security - Whitelist IP Range | Baeldung, 2022-10-02
다음 글을 보면, hasIpAddress('192.168.1.0/24')
도 가능한
듯 보인다.
댓글 없음:
댓글 쓰기