fjordllc / bootcamp

プログラマー向けEラーニングシステム
https://bootcamp.fjord.jp
MIT License
286 stars 71 forks source link

ステージング環境で一時的に無効化していたcalendars_controller.rbのBASIC認証を有効化した #8099

Closed a-terumoto-gs closed 1 month ago

a-terumoto-gs commented 1 month ago

Issue

概要

イベント購読の機能追加を行いましたが、ステージング環境ではBASIC認証が設定されているため動作確認がうまくできませんでした。 そのため、一時的にcalendars_controller.rbのBASIC認証を無効化しました。 動作確認が完了したため、該当のコードを削除します。

変更確認方法

  1. feature/restore_basic_auth_in_calendars_controllerをmainにマージ
  2. https://bootcamp-staging.fjord.jp/events にアクセス
  3. 以下のPRでの確認方法に沿ってイベント購読機能が動作しないことを確認 (BASIC認証にリクエストが阻まれてイベントのデータが取得できず、カレンダーに何も表示されないことを確認)
a-terumoto-gs commented 1 month ago

@komagata ステージング環境での動作確認が終了したためBASIC認証を再度有効化するためのPRを作成しております! 確認とマージをお願いいたしますm(__)m

komagata commented 1 month ago

@a-terumoto-gs 確認させて頂きました。OKです〜🙆‍♂️

a-terumoto-gs commented 1 month ago

BASIC認証が有効化されたのを確認済み