fjordllc / bootcamp

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

ステージング環境でのイベント購読の動作確認のため、一時的にcalendars_controller.rbのBASIC認証を無効化する #8098

Closed a-terumoto-gs closed 1 month ago

a-terumoto-gs commented 1 month ago

Issue

概要

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

変更確認方法

  1. feature/skip_basic_auth_in_calendars_controllerをmainにマージ
  2. https://bootcamp-staging.fjord.jp/events にアクセス
  3. 以下のPRでの確認方法に沿ってイベント購読機能が動作することを確認
a-terumoto-gs commented 1 month ago

@komagata ステージングでの動作確認用のPRを作成しました! 確認とマージをよろしくお願いいたしますm(__)m

komagata commented 1 month ago

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

a-terumoto-gs commented 1 month ago

想定通りに動作することを確認終了