Skip to content

Commit 5b34a4c

Browse files
authored
Added details on permissions needed under Authenticate cloudflared section
The current doc lacks details on what user permissions are needed for deploying local tunnels. I found these permissions seem to be the minimums needed to successfully deploy
1 parent 0cf1d3c commit 5b34a4c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/content/docs/cloudflare-one/connections/connect-networks/get-started/create-local-tunnel.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,14 @@ mv /root/cloudflared/cloudflared /usr/bin/cloudflared
9898

9999
## 2. Authenticate `cloudflared`
100100

101+
Minnimum user permissions needed:
102+
- Account Scoped Roles > Cloudflare Zero Trust
103+
- Account Scoped Roles > SSL/TLS, Caching, Performance, Page Rules, and Customization
104+
- Account Scoped Roles > Load Balancer
105+
106+
Additional permissions needed for **cloudflared tunnel route dns** commands:
107+
- Account Scoped Roles > DNS
108+
101109
```sh
102110
cloudflared tunnel login
103111
```

0 commit comments

Comments
 (0)