cloudflared-mirror/token
Luis Neto 906452a9c9 TUN-8960: Connect to FED API GW based on the OriginCert's endpoint
## Summary

Within the scope of the FEDRamp High RM, it is necessary to detect if an user should connect to a FEDRamp colo.

At first, it was considered to add the --fedramp as global flag however this could be a footgun for the user or even an hindrance, thus, the proposal is to save in the token (during login) if the user authenticated using the FEDRamp Dashboard. This solution makes it easier to the user as they will only be required to pass the flag in login and nothing else.

* Introduces the new field, endpoint, in OriginCert
* Refactors login to remove the private key and certificate which are no longer used
* Login will only store the Argo Tunnel Token
* Remove namedTunnelToken as it was only used to for serialization

Closes TUN-8960
2025-02-25 17:13:33 +00:00
..
encrypt.go TUN-6917: Bump go to 1.19.3 2022-11-07 09:19:19 -08:00
launch_browser_darwin.go TUN-7584: Bump go 1.20.6 2023-07-26 13:52:40 -07:00
launch_browser_other.go TUN-7584: Bump go 1.20.6 2023-07-26 13:52:40 -07:00
launch_browser_unix.go TUN-7584: Bump go 1.20.6 2023-07-26 13:52:40 -07:00
launch_browser_windows.go TUN-7584: Bump go 1.20.6 2023-07-26 13:52:40 -07:00
path.go AUTH-3455: Generate short-lived ssh cert per hostname 2021-03-25 10:38:43 -05:00
shell.go TUN-4067: Reformat code for consistent import order, grouping, and fix formatting. Added goimports target to the Makefile to make this easier in the future. 2021-03-24 10:53:29 -05:00
signal_test.go AUTH-5682 Org token flow in Access logins should pass CF_AppSession cookie 2023-12-18 09:42:33 -06:00
token.go AUTH-6633 Fix cloudflared access login + warp as auth 2025-01-21 04:00:28 -08:00
token_test.go AUTH-6633 Fix cloudflared access login + warp as auth 2025-01-21 04:00:28 -08:00
transfer.go TUN-8960: Connect to FED API GW based on the OriginCert's endpoint 2025-02-25 17:13:33 +00:00