Skip to content

Conversation

@jshiwamV
Copy link
Collaborator

@jshiwamV jshiwamV commented Dec 1, 2025

#113

  • added input var to white_list ingress cidrs for materialize node security group.

@jshiwamV jshiwamV requested review from alex-hunt-materialize and bobbyiliev and removed request for alex-hunt-materialize December 1, 2025 17:18
jubrad
jubrad previously approved these changes Dec 1, 2025
Copy link
Collaborator

@jubrad jubrad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

approve with one comment

Comment on lines +100 to +110
#### Console Access
The Materialize Console is available on port 8080. For security, we recommend accessing it via Kubernetes port-forwarding rather than exposing it publicly if possible, though it is available on the NLB through sql access.

**Via Port Forwarding:**
```bash
# Forward local port 8080 to the Materialize service
kubectl port-forward svc/mz<resource-id>-console 8080:8080 -n materialize-environment
```
Then open your browser to `http://localhost:8080`.

---
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Based on the code the console should also be available on the public NLB we should split up the docs here to say if public use public access if private port forward for both console and sql

Comment on lines +1 to +3
locals {
trimmed_name_prefix = substr(var.name_prefix, 0, min(6, length(var.name_prefix)))
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need a comment about why we're trimming

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.

3 participants