Skip to content

Commit

Permalink
Update readme with cloudflare warp permission examples
Browse files Browse the repository at this point in the history
  • Loading branch information
bman46 authored and F21 committed Sep 19, 2024
1 parent bbac424 commit db903db
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,16 @@ with:
- `auth_client_id` - (required) The service token client id.
- `auth_client_secret` - (required) The service token client secret.

## Cloudflare Permissions
> [!TIP]
> Failure to set the proper permission will result in a `Status update: Unable to connect. Reason: Registration Missing` error.

Under `Zero Trust > Settings > WARP Client > Device enrollment permissions` a policies rule must have `SERVICE AUTH` set as the rule action.
![Cloudflare Device Enrollment Policy](./docs/resources/cloudflare_device_enrollment.png)

To add the GitHub action to a WARP Client Profile, you must specify the expression of the policy to `User Email`, `is`, `non_identity@<INSERT YOUR ORG>.cloudflareaccess.com`.


## Troubleshooting
- Unable to connect: `Status update: Unable to connect. Reason: Registration Missing` errors
- Check that the service token is valid and not expired.
Expand Down
Binary file added docs/resources/cloudflare_device_enrollment.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit db903db

Please sign in to comment.