ゼロトラスト組織間の切り替え
機能の可用性
| WARPモード | ゼロトラストプラン ↗ |
|---|---|
| すべてのモード | すべてのプラン |
| システム | 可用性 | 最低WARPバージョン |
|---|---|---|
| Windows | ✅ | 2024.1.159.0 |
| macOS | ✅ | 2024.1.160.0 |
| Linux | ✅ | 2024.2.62.0 |
| iOS | ❌ | |
| Android | ✅ | 1.4 |
| ChromeOS | ✅ | 1.4 |
Cloudflare WARPでは、ユーザーは管理者がMDMファイルで指定した複数のゼロトラスト組織(または他のMDMパラメータ)間を切り替えることができます。一般的なユースケースには以下が含まれます:
- ITセキュリティスタッフがテスト環境と本番環境を切り替えることを許可します。
- マネージドサービスプロバイダーが複数の顧客アカウントをサポートできるようにします。
- ユーザーがデフォルトのWARPイングレスIPとCloudflare中国イングレスIP間を切り替えることを許可します。
複数の組織を有効にするには、管理者はMDMファイルを修正して、構成の配列を受け入れる必要があります。各構成には、WARPクライアントGUIでユーザーに表示されるdisplay_nameパラメータが含まれている必要があります。表示名はMDMファイルに表示される順序でリストされるため、最も使用される構成をファイルの先頭に配置することをお勧めします。ユーザーが初めてWARPクライアントを開くと、リストの最初の構成にログインするように促されます。
MDMファイルは最大25の構成をサポートします。以下の例には3つの構成が含まれています。
<array> <dict> <key>organization</key> <string>mycompany</string> <key>display_name</key> <string>本番環境</string> </dict> <dict> <key>organization</key> <string>mycompany</string> <key>override_api_endpoint</key> <string>203.0.113.0</string> <key>override_doh_endpoint</key> <string>203.0.113.0</string> <key>override_warp_endpoint</key> <string>203.0.113.0:2408</string> <key>display_name</key> <string>Cloudflare中国ネットワーク</string> </dict> <dict> <key>organization</key> <string>test-org</string> <key>display_name</key> <string>テスト環境</string> </dict></array>plist
ダウンロード例の.plistファイル。ファイルを手動で配置する場合は、ファイルをバイナリ形式に変換することを忘れないでください。
mobileconfig
ダウンロード例の.mobileconfigファイル。
<array> <dict> <key>organization</key> <string>mycompany</string> <key>display_name</key> <string>本番環境</string> </dict> <dict> <key>organization</key> <string>mycompany</string> <key>override_api_endpoint</key> <string>203.0.113.0</string> <key>override_doh_endpoint</key> <string>203.0.113.0</string> <key>override_warp_endpoint</key> <string>203.0.113.0:2408</string> <key>display_name</key> <string>Cloudflare中国ネットワーク</string> </dict> <dict> <key>organization</key> <string>test-org</string> <key>display_name</key> <string>テスト環境</string> </dict></array>To switch to a different organization as a user:
-
Open the WARP client on your device.
- ギアアイコンを選択します。
-
Select Switch configurations. The menu will show the organizations that the admin has configured for your device.
-
Select the organization that you want to connect to.
-
If prompted, complete the authentication steps required for the new organization. Your authentication information will be saved and you will be able to switch back and forth between organizations.
To switch to a different organization as a user:
-
Open the WARP client on your device.
- 設定 > 詳細に移動します。
-
Select Switch configurations. The menu will show the organizations that the admin has configured for your device.
-
Select the organization that you want to connect to.
-
If prompted, complete the authentication steps required for the new organization. Your authentication information will be saved and you will be able to switch back and forth between organizations.