cloudflared-mirror/cmd/cloudflared
Austin Cherry 8f25704a90 AUTH-1736: Better handling of token revocation
We removed all token validation from cloudflared and now rely on
the edge to do the validation. This is better because the edge is
the only thing that fully knows about token revocation. So if a user
logs out or the application revokes all it's tokens cloudflared will
now handle that process instead of barfing on it.

When we go to fetch a token we will check for the existence of a
lock file. If the lock file exists, we stop and poll every half
second to see if the lock is still there. Once the lock file is
removed, it will restart the function to (hopefully) go pick up
the valid token that was just created.
2019-07-10 21:35:46 +00:00
..
access AUTH-1811: ssh-gen config fixes 2019-06-04 16:25:34 +00:00
buildinfo TUN-1961: Create EdgeConnectionManager to maintain outbound connections to the edge 2019-06-18 16:37:38 -05:00
config Support unix sockets. 2019-03-06 18:33:23 -06:00
encrypter TUN-1099: Bring back changes in 2018.10.1 2018-10-08 14:20:28 -05:00
path AUTH-1557: Short Lived Certs 2019-05-07 11:21:11 -05:00
shell TUN-1099: Bring back changes in 2018.10.1 2018-10-08 14:20:28 -05:00
token AUTH-1736: Better handling of token revocation 2019-07-10 21:35:46 +00:00
transfer AUTH-1337: fix url path 2019-01-25 13:47:12 -06:00
tunnel TUN-1977: Validate OriginConfig has valid URL, and use scheme to determine if a HTTPOriginService is expecting HTTP or Unix 2019-07-01 15:31:58 -05:00
updater TUN-1885: Reconfigure cloudflared on receiving new ClientConfig 2019-06-20 19:07:59 -05:00
generic_service.go TUN-528: Move cloudflared into a separate repo 2018-07-19 15:02:24 -05:00
linux_service.go cloudflared/linux_service: Add missing /etc/init.d shebang 2019-02-01 14:55:30 -06:00
macos_service.go TUN-528: Move cloudflared into a separate repo 2018-07-19 15:02:24 -05:00
main.go Handle exit code on err 2019-05-29 12:59:19 -05:00
service_template.go TUN-1138: Install cloudflared service directory with 755 permissions 2019-01-07 13:46:21 -06:00
windows_service.go TUN-1786: Remove low-level Windows service logging 2019-04-30 11:00:35 -05:00