Skip to content

fix(security): change gateway_port default from 8443 to 443#281

Merged
agustincelentano merged 1 commit intomainfrom
fix/security-gateway-port-default
Apr 7, 2026
Merged

fix(security): change gateway_port default from 8443 to 443#281
agustincelentano merged 1 commit intomainfrom
fix/security-gateway-port-default

Conversation

@agustincelentano
Copy link
Copy Markdown
Collaborator

Summary

  • Change gateway_port default value from 8443 to 443 in infrastructure/aws/security
  • Istio gateway pods listen on port 443 by default, the previous default required manual override in every setup
  • Updated variables.tf and README.md

Test plan

  • Verify tofu plan on an existing setup shows no changes (setups already overriding to 443)
  • Verify new setups get correct SG rules with port 443 by default

Istio gateway pods listen on port 443 by default. The previous default
of 8443 required users to override it in every setup.
@agustincelentano agustincelentano merged commit 6c5fc5c into main Apr 7, 2026
42 checks passed
@agustincelentano agustincelentano deleted the fix/security-gateway-port-default branch April 7, 2026 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants