Skip to content

Commit 95ce645

Browse files
committed
Update readme to add "unique_client_id" parameter
1 parent 349e173 commit 95ce645

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,22 @@ with:
2828
auth_client_secret: ${{ secrets.CLOUDFLARE_AUTH_CLIENT_SECRET }}
2929
```
3030
31+
You can also specify a unique client identifier for the device:
32+
```yaml
33+
uses: Boostport/setup-cloudflare-warp@v1
34+
with:
35+
organization: your-organization
36+
auth_client_id: ${{ secrets.CLOUDFLARE_AUTH_CLIENT_ID }}
37+
auth_client_secret: ${{ secrets.CLOUDFLARE_AUTH_CLIENT_SECRET }}
38+
unique_client_id: bc6ea6f6-a7c9-4da0-b303-69f5481803b8
39+
```
40+
3141
## Inputs
3242
- `version` - (optional) The version of Cloudflare WARP to install. Defaults to the latest version.
3343
- `organization` - (required) The name of your Cloudflare Zero Trust organization.
3444
- `auth_client_id` - (required) The service token client id.
3545
- `auth_client_secret` - (required) The service token client secret.
46+
- `unique_client_id` - (optional) A unique identifier for the client device. See [Cloudflare documentation](https://developers.cloudflare.com/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/parameters/#unique_client_id) for more details.
3647
- `configure_docker_dns` - (optional) *Linux Only* Configure Docker to use Cloudflare WARP for DNS resolution. Defaults to `false`.
3748

3849
## Cloudflare Permissions

0 commit comments

Comments
 (0)