Skip to content

Commit

Permalink
Merge branch 'main' into passthrough
Browse files Browse the repository at this point in the history
  • Loading branch information
friedrichg authored Jun 9, 2024
2 parents 6fa8990 + 68bed96 commit 3ebb9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gateway/middleware.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func (tenant *Tenant) basicAuth(w http.ResponseWriter, r *http.Request) bool {
if !tenant.Passthrough {
r.Header.Set("X-Scope-OrgID", tenant.ID)
}

r.Header.Set("X-Scope-OrgID", tenant.ID)
return true
}

Expand Down

0 comments on commit 3ebb9e0

Please sign in to comment.