File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444# record, writes CNAME → <tunnel-id>.cfargotunnel.com within
4545# its --interval (1m default).
4646# d. Traffic starts landing on foundry within CF TTL.
47- # 5. Bake. Add each remaining hostname (sentinel-v5 / mapache / vault)
48- # in a follow-up PR — copy gr-prod/manifests/<svc>/ into
47+ # 5. Bake. Add each remaining hostname (mapache / vault) in a
48+ # follow-up PR — copy gr-prod/manifests/<svc>/ into
4949# gr-foundry/manifests/<svc>/ with two file changes (ingress.yaml →
5050# Traefik + external-dns annotation, postgres.yaml → public
5151# hostname). No terraform edit needed.
Original file line number Diff line number Diff line change @@ -210,7 +210,8 @@ resource "cloudflare_dns_record" "gr_clickhouse" {
210210# Cloudflare allows one entrypoint ruleset per (zone, phase). The
211211# argocd rule was originally created via the dashboard, which Cloudflare
212212# stores as an http_config_settings ruleset under the hood. We import
213- # that existing ruleset and add the sentinel-v5 rule alongside it.
213+ # that existing ruleset and manage the remaining per-hostname rules
214+ # alongside it.
214215resource "cloudflare_ruleset" "ssl_overrides" {
215216 zone_id = data. cloudflare_zone . gauchoracing . id
216217 name = " Per-hostname SSL overrides"
@@ -227,15 +228,6 @@ resource "cloudflare_ruleset" "ssl_overrides" {
227228 ssl = " strict"
228229 }
229230 },
230- {
231- description = " sentinel-v5-strict-mode"
232- expression = " (http.host eq \" sentinel-v5.gauchoracing.com\" )"
233- action = " set_config"
234- enabled = true
235- action_parameters = {
236- ssl = " strict"
237- }
238- },
239231 {
240232 description = " mapache-strict-mode"
241233 expression = " (http.host eq \" mapache.gauchoracing.com\" )"
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ variable "domain" {
1919variable "oidc_issuer" {
2020 description = " OIDC issuer for SSO. Must byte-match Sentinel's ISSUER and the iss claim in its tokens."
2121 type = string
22- default = " https://sentinel-v5 .gauchoracing.com"
22+ default = " https://sso .gauchoracing.com"
2323}
2424
2525variable "oidc_client_id" {
You can’t perform that action at this time.
0 commit comments