Skip to content

When there are multiple Gateways having listeners with same port and mergeGateway enabled, using CORS for each Gateway separately, only the first Gateway works. #1803

When there are multiple Gateways having listeners with same port and mergeGateway enabled, using CORS for each Gateway separately, only the first Gateway works.

When there are multiple Gateways having listeners with same port and mergeGateway enabled, using CORS for each Gateway separately, only the first Gateway works. #1803

Workflow file for this run

name: Retest Action on PR Comment
on:
issue_comment:
types: [created]
permissions:
contents: read
jobs:
retest:
if: |
${{
github.event.issue.pull_request
&& github.repository == 'envoyproxy/gateway'
&& github.actor != 'repokitteh-read-only[bot]'
&& github.actor != 'dependabot[bot]'
}}
name: Retest
runs-on: ubuntu-22.04
permissions:
pull-requests: write
actions: write
steps:
- uses: envoyproxy/toolshed/gh-actions/retest@effeefe9b275dc8056f77c0e7b1010c252167d3e # actions-v0.0.2
with:
token: ${{ secrets.GITHUB_TOKEN }}