1
0
mirror of https://github.com/fumiama/terasu-cloudflared.git synced 2026-06-08 03:55:11 +08:00

TUN-9820: Add support for FedRAMP in originRequest Access config

* TUN-9820: Add support for FedRAMP in originRequest Access config

Closes TUN-9820
This commit is contained in:
Gonçalo Garcia
2025-09-15 11:11:23 +00:00
parent 173396be90
commit 9e94122d2b
4 changed files with 13 additions and 5 deletions

View File

@@ -242,6 +242,8 @@ type AccessConfig struct {
// AudTag is the AudTag to verify access JWT against.
AudTag []string `yaml:"audTag" json:"audTag"`
Environment string `yaml:"environment" json:"environment,omitempty"`
}
type IngressIPRule struct {