Skip to content

Commit 45a3288

Browse files
committed
MINOR: Add Configuration-Version response header
1 parent 89ec622 commit 45a3288

File tree

118 files changed

+6772
-70
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

118 files changed

+6772
-70
lines changed

configure_data_plane.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ func setupGlobalMiddleware(handler http.Handler) http.Handler {
382382
http.MethodDelete,
383383
},
384384
AllowedHeaders: []string{"*"},
385-
ExposedHeaders: []string{"Reload-ID"},
385+
ExposedHeaders: []string{"Reload-ID", "Configuration-Version"},
386386
AllowCredentials: true,
387387
MaxAge: 86400,
388388
}).Handler

0 commit comments

Comments
 (0)