Skip to content

Commit 6fe5189

Browse files
authored
Merge pull request #137 from Gaucho-Racing/bk1031/purge-sentinel-v5
chore: purge sentinel-v5 references
2 parents 020631e + ca70f90 commit 6fe5189

3 files changed

Lines changed: 5 additions & 13 deletions

File tree

infra/environments/prod/foundry.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
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.

infra/environments/prod/main.tf

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff 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.
214215
resource "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\")"

infra/modules/argocd/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ variable "domain" {
1919
variable "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

2525
variable "oidc_client_id" {

0 commit comments

Comments
 (0)