1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

特定の Organization で Github の通知や GCP からのアクセスができなくなる問題の原因

Posted at

現象

  • 特定の Organization からどうも Gitify で通知が受け取れない
  • CloudBuild のトリガを設定したくて GCP で認証したけどその Organization のリポジトリだけリストアップされない

原因

Third-party application access policy

Github->Organization->Settingsのこれ.
image.png
が,最近作った Organization だと,デフォルトで全部のサードパーティアクセスを禁止するようになっているようだ.管理権限を持っているユーザのみ許可できるが,CircleCI や Slack は問題なく認証できていたが,Gitify等サードパーティによってはこのリストに出てすらこないので,以下のように全体的に制限を解除するしかない.

image.png

なかなか融通が効かなくて困る.

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?