Skip to content

Private GCP gateways#2881

Merged
jvstme merged 1 commit intomasterfrom
issue_2863_gcp_private_gateway
Jul 8, 2025
Merged

Private GCP gateways#2881
jvstme merged 1 commit intomasterfrom
issue_2863_gcp_private_gateway

Conversation

@jvstme
Copy link
Copy Markdown
Collaborator

@jvstme jvstme commented Jul 7, 2025

Allow configuring private GCP gateways without TLS certificates.

type: gateway
name: example
domain: gateway.example.com
backend: gcp
region: europe-west9
public_ip: false
certificate: null

Closes #2863

Allow configuring private GCP gateways without TLS
certificates.

```yaml
type: gateway
name: example
domain: gateway.example.com
backend: gcp
region: europe-west9
public_ip: false
certificate: null
```
@jvstme jvstme requested a review from r4victor July 7, 2025 21:37
@jvstme jvstme merged commit faab7aa into master Jul 8, 2025
25 checks passed
@jvstme jvstme deleted the issue_2863_gcp_private_gateway branch July 8, 2025 06: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.

[Feature]: Private GCP gateways

2 participants