Skip to content

Support Running Orchestrator behind a Reverse Proxy #155

Support Running Orchestrator behind a Reverse Proxy

Support Running Orchestrator behind a Reverse Proxy #155

Workflow file for this run

name: Main Pipeline
on:
push:
branches: [main]
pull_request:
branches: [main]
repository_dispatch:
types: [ok-to-test]
jobs:
build:
uses: ./.github/workflows/build.yml
secrets: inherit
lint:
uses: ./.github/workflows/lint.yml
swagger-validation:
uses: ./.github/workflows/swagger-validation.yml
cspell:
uses: ./.github/workflows/cspell.yml
testcontainers-suite:
needs: [build, lint, swagger-validation, cspell]
if: success()
uses: ./.github/workflows/testcontainers-suite.yml
with:
os: linux
arch: amd64