Skip to content

release/1.1.2#23

Merged
Sean-mn merged 4 commits intomainfrom
release/1.1.2
Mar 16, 2026
Merged

release/1.1.2#23
Sean-mn merged 4 commits intomainfrom
release/1.1.2

Conversation

@Sean-mn
Copy link
Contributor

@Sean-mn Sean-mn commented Mar 16, 2026

📚작업 내용

  • Dev/Prod 환경 설정에서 Steam:WebApiKey 시크릿 이름 누락 수정 ("""Steam-ApiKey")
  • Steam API 에러 응답 DTO에 Error 필드 추가 (SteamAuthResponseError)
  • Steam 에러 응답 시 에러 코드와 설명을 포함한 상세 메시지 출력으로 개선

◀️참고 사항

기존에는 Steam API가 에러 응답을 반환할 때 INVALID_RESPONSE만 출력되어 원인 파악이 어려웠습니다.
이제 STEAM_ERROR [102]: Ticket for other app 형식으로 Steam의 실제 에러 내용이 로그에 기록됩니다.

✅체크리스트

[ ]안에 x를 작성하면 체크박스를 체크할 수 있습니다.

  • 현재 의도하고자 하는 기능이 정상적으로 작동하나요?
  • 변경한 기능이 다른 기능을 깨뜨리지 않나요?

추후 필요한 체크리스트는 업데이트 될 예정입니다.

@gemini-code-assist
Copy link

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

이 PR은 Steam API 통합의 견고성과 디버깅 용이성을 향상시키기 위해 오류 처리 및 구성을 개선합니다. 구성 누락을 해결하고 Steam API로부터 수신되는 오류 메시지의 명확성을 높여 문제 진단을 용이하게 합니다.

Highlights

  • 환경 설정 수정: 개발 및 프로덕션 환경 설정에서 Steam:WebApiKey 시크릿 이름 누락을 수정했습니다.
  • Steam API 응답 DTO 개선: Steam API 에러 응답 DTO인 SteamAuthResponseDataError 필드를 추가했습니다.
  • 상세한 에러 로깅: Steam 에러 응답 시 에러 코드와 설명을 포함한 상세 메시지를 출력하도록 개선하여 문제 진단을 용이하게 했습니다.
Changelog
  • PushAndPull/Server/Infrastructure/Auth/Dto/SteamAuthResponse.cs
    • SteamAuthResponseError 레코드를 추가했습니다.
    • SteamAuthResponseDataError 필드를 포함하도록 수정했습니다.
  • PushAndPull/Server/Infrastructure/Auth/SteamAuthTicketValidator.cs
    • ParseResponseAsync 메서드를 수정하여 SteamAuthResponseError에서 상세한 오류 메시지를 사용하도록 했습니다.
  • PushAndPull/Server/appsettings.Development.json
    • Steam:WebApiKey 값을 빈 문자열에서 "Steam-ApiKey"로 업데이트했습니다.
  • PushAndPull/Server/appsettings.Production.json
    • Steam:WebApiKey 값을 빈 문자열에서 "Steam-ApiKey"로 업데이트했습니다.
Activity
  • 현재까지 이 Pull Request에 대한 사람의 활동(댓글, 검토 등)은 없습니다.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

이번 PR은 Steam 인증 오류 발생 시 더 상세한 로그를 남기도록 개선하고, 개발 및 운영 환경 설정의 누락된 부분을 수정하는 중요한 변경을 포함하고 있습니다. 전반적으로 코드 변경 사항은 명확하며 의도한 대로 잘 동작할 것으로 보입니다. 한 가지 제안 사항으로, 외부 API 응답의 안정성을 높이기 위해 새로 추가된 DTO의 프로퍼티 타입을 nullable로 변경하는 것을 고려해볼 수 있습니다. 자세한 내용은 인라인 코멘트를 참고해주세요.

@Sean-mn Sean-mn merged commit 7f9890e into main Mar 16, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant