feat: allow proxy provider to reference an outpost to be added to
CI / image check (pull_request) Failing after 6s
CI / install-dependencies (pull_request) Successful in 1m23s
CI / build check (pull_request) Successful in 28s
CI / test (pull_request) Successful in 27s
CI / check lint (pull_request) Successful in 3m7s
CI / check format (pull_request) Successful in 7m40s

This commit is contained in:
2026-05-20 20:27:59 +02:00
parent e181c97bcc
commit 9cea22d484
6 changed files with 82 additions and 3 deletions
+1
View File
@@ -37,6 +37,7 @@ type ProxyProviderSpec struct {
AuthorizationFlow string `json:"authorization_flow"`
InvalidationFlow string `json:"invalidation_flow"`
ExternalHost string `json:"external_host"`
Outpost string `json:"outpost"`
}
type ProxyProviderStatus struct {