cloudflared-mirror/cfapi
Devin Carr b89c092c1b TUN-7134: Acquire token for cloudflared tail
cloudflared tail will now fetch the management token from by making
a request to the Cloudflare API using the cert.pem (acquired from
cloudflared login).

Refactored some of the credentials code into it's own package as
to allow for easier use between subcommands outside of
`cloudflared tunnel`.
2023-04-12 09:43:38 -07:00
..
base_client.go TUN-6935: Cloudflared should use APIToken instead of serviceKey 2022-11-16 17:07:16 +00:00
client.go TUN-7134: Acquire token for cloudflared tail 2023-04-12 09:43:38 -07:00
hostname.go TUN-5482: Refactor tunnelstore client related packages for more coherent package 2021-12-28 17:17:49 +00:00
hostname_test.go TUN-5482: Refactor tunnelstore client related packages for more coherent package 2021-12-28 17:17:49 +00:00
ip_route.go TUN-5482: Refactor tunnelstore client related packages for more coherent package 2021-12-28 17:17:49 +00:00
ip_route_filter.go TUN-5669: Change network command to vnet 2022-01-24 11:26:16 +00:00
ip_route_test.go TUN-5482: Refactor tunnelstore client related packages for more coherent package 2021-12-28 17:17:49 +00:00
tunnel.go TUN-7134: Acquire token for cloudflared tail 2023-04-12 09:43:38 -07:00
tunnel_filter.go TUN-5482: Refactor tunnelstore client related packages for more coherent package 2021-12-28 17:17:49 +00:00
tunnel_test.go TUN-5482: Refactor tunnelstore client related packages for more coherent package 2021-12-28 17:17:49 +00:00
virtual_network.go ZTC-446: Allow to force delete a vnet 2023-01-20 11:52:56 +00:00
virtual_network_filter.go TUN-5482: Refactor tunnelstore client related packages for more coherent package 2021-12-28 17:17:49 +00:00
virtual_network_test.go TUN-5482: Refactor tunnelstore client related packages for more coherent package 2021-12-28 17:17:49 +00:00