-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GCP 보안그룹의 요청 Port에 -1(All or Nothing) 기능 적용
- FromPort & ToPort 둘 다 -1 또는 둘 중 하나라도 -1 이면서 다른 포트가 공백이면 All로 처리 - FromPort & ToPort 둘 중 하나에 -1이 사용되면 -1이 사용되지 않은 Port의 값을 이용 - FromPort & ToPort 모두 공백이면 All로 처리
- Loading branch information
1 parent
9b6d377
commit 40232af
Showing
2 changed files
with
82 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters