Skip to content

Add project name interpolation in gateway domains#3870

Merged
jvstme merged 1 commit into
masterfrom
issue_3851_project_name_interpolation_for_gateway_domains
May 12, 2026
Merged

Add project name interpolation in gateway domains#3870
jvstme merged 1 commit into
masterfrom
issue_3851_project_name_interpolation_for_gateway_domains

Conversation

@jvstme
Copy link
Copy Markdown
Collaborator

@jvstme jvstme commented May 11, 2026

Allow to use the ${{ run.project_name }}
variable in gateway domain names. The variable is
interpolated at service submission time, which
allows different projects that import and use the
same shared gateway to use different domain names.

type: gateway
name: global-gateway
backend: aws
region: eu-west-1
domain: ${{ run.project_name }}.mycompany.example

#3851

Allow to use the `${{ run.project_name }}`
variable in gateway domain names. The variable is
interpolated at service submission time, which
allows different projects that import and use the
same shared gateway to use different domain names.

```yaml
type: gateway
name: global-gateway
backend: aws
region: eu-west-1
domain: ${{ run.project_name }}.mycompany.example
```
@jvstme jvstme requested a review from un-def May 11, 2026 08:01
@jvstme jvstme merged commit 776cc5e into master May 12, 2026
25 checks passed
@jvstme jvstme deleted the issue_3851_project_name_interpolation_for_gateway_domains branch May 12, 2026 07:42
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