googleapis / googleapis/google-cloud-java

[google-auth-library-java] Logging for Trust Boundaries.

オープン
#12,574 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
priority: p3
主要言語
Java
スター
2.1k
フォーク
1.2k
平均マージ
1日 23時間
マージ済み PR(30日)
157

説明

Presently trust boundaries in the lib are not being logged manner. We should use loggingUtils to log the crucial TB events like so:

```
LoggingUtils.logRequest(request, LOGGER_PROVIDER, "Sending request to refresh access token");
response = request.execute();
LoggingUtils.logResponse(
response, LOGGER_PROVIDER, "Received response for refresh access token");
```

コントリビューションガイド

コントリビューションガイドを開く

調査の方向性

Start by locating the google-auth-library-java trust-boundary events and existing LoggingUtils usage. Determine which request and response operations are considered crucial, then verify that each selected event logs the request and response with the stated messages.

索引モデルが issue の本文から書いたものです。

評価

技術スタック
java
領域
security
issue の種類
機能追加
難易度
4/5
見積もり時間
3〜5日
活発さ
停滞
明瞭さ
説明が足りない
初心者へのやさしさ
35/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。