企業管理設定に権限制御のバイパス許可機能が追加されました
本文の状態
日本語全文を表示中
詳細モードで約1分の本文を読めます。
同じ出来事の情報源
この情報源を基点に整理
GitHub Changelog
GitHub が企業管理設定にガバナンス機能を追加し、管理者がバイパス権限制御モードを無効化できるようになりました。これにより、GitHub Copilot CLI や VS Code での自動承認(yolo モード)を防ぎ、セキュリティ強化を図ります。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
エンタープライズ管理設定に、最初のガバナンス機能を追加しました。エンタープライズ管理者は、GitHub Copilot CLI および VS Code が自動的に権限プロンプトをスキップする(「yolo モード」または自動承認とも呼ばれる)ことを防ぐため、エンタープライズ管理の settings.json 内で disableBypassPermissionsMode を "disable" に設定できるようになりました。
.disableBypassPermissionsMode を .github-private/.github/copilot/settings.json に追加してください。GitHub Copilot は、エンタープライズアカウントを通じて Copilot Business または Copilot Enterprise のライセンスを持つユーザーに対して、これらの設定を自動的に取得して適用します。カスタムエージェント用のソース組織をすでに構成している場合、この設定はその同じ .github-private リポジトリを使用します。エンタープライズ設定の AI コントロールにある Agents ページで、設定が有効になっていることを確認できます。
これは、以前に発表した Copilot CLI および VS Code 機能向けのエンタープライズ管理プラグインに基づいています。VS Code v1.122 以降は、このポリシーを含むエンタープライズ管理設定をすでに尊重しています。AI 標準の新しいサポートパスは copilot/managed-settings.json ですが、.github/copilot/settings.json についても後方互換性を維持します。
詳細については、「Copilot クライアントでの自動コマンド承認の無効化」をご覧ください。
GitHub コミュニティ内のディスカッションに参加してください。
原文を表示
We’re adding our first governance capability to the enterprise-managed settings configuration. Enterprise administrators can now set disableBypassPermissionsMode to "disable" in the enterprise-managed settings.json to prevent GitHub Copilot CLI and VS Code from automatically skipping permission prompts (also known as “yolo mode” or auto-approve).
Add disableBypassPermissionsMode to .github-private/.github/copilot/settings.json. GitHub Copilot automatically pulls and applies these settings for users licensed through your enterprise account with Copilot Business or Copilot Enterprise. If you’ve already configured a source organization for custom agents, this setting uses that same .github-private repository. You can confirm that your configuration is active on the Agents page under AI controls in your enterprise settings.
This builds on the enterprise-managed plugins for Copilot CLI and VS Code capabilities launched earlier. VS Code v1.122+ already respects enterprise-managed settings including this policy. The new supported path for AI standards is copilot/managed-settings.json, with backward compatibility for .github/copilot/settings.json.
To learn more, see Disabling automatic command approval in Copilot clients.
Join the discussion within GitHub Community.
The post Enterprise-managed settings now support bypass permission controls appeared first on The GitHub Blog.
関連記事
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み