-
Notifications
You must be signed in to change notification settings - Fork 0
k6 부하테스트 스크립트 #106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
k6 부하테스트 스크립트 #106
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
fe685ac
chore(test): 빈자리 부하 테스트용 JWT 토큰 생성기 추가 (#101)
johe00123 2661826
chore: 빈자리 구독 k6 부하 테스트 시나리오 추가 (#101)
johe00123 45b1eb4
chore: PR #103 Gemini 코드 리뷰 반영 (#101)
johe00123 0163d88
Merge pull request #103 from catchtable-clone/chore/#101-vacancy-subs…
johe00123 25bdca4
chore: k6 부하테스트 시나리오 고도화 및 모니터링 대시보드 개선
docodocod 7a9b728
fix: k6 URL 인코딩 및 Date 타임존 처리 수정
docodocod d64d6dd
feat/k6-test-advancement
docodocod File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
운영 환경(
docker-compose.prod.yml)에서 Prometheus 포트9090을 외부(0.0.0.0:9090)에 그대로 노출하는 것은 심각한 보안 위험입니다.특히 현재 설정에는
--web.enable-lifecycle과--web.enable-remote-write-receiver옵션이 활성화되어 있어, 인증되지 않은 외부 사용자가 다음과 같은 악의적인 행위를 수행할 수 있습니다:POST /-/reload또는POST /-/quit호출을 통한 Prometheus 강제 종료 및 설정 변경/api/v1/write)에 대량의 허위 메트릭을 전송하여 디스크 고갈 및 서비스 거부(DoS) 유발해결 방안:
127.0.0.1:9090:9090