Skip to content

Commit

Permalink
Do more crossplane migration
Browse files Browse the repository at this point in the history
  • Loading branch information
rikatz committed Sep 29, 2024
1 parent b05c783 commit b5622de
Show file tree
Hide file tree
Showing 4 changed files with 591 additions and 131 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ func TestCrossplaneTemplate(t *testing.T) {
"more_set_headers",
"opentelemetry_config",
"opentelemetry",
"opentelemetry_propagate"}, // TODO: Add more_set_headers
"opentelemetry_propagate",
"opentelemetry_trust_incoming_spans"}, // TODO: Add more_set_headers
DirectiveSources: []ngx_crossplane.MatchFunc{
ngx_crossplane.DefaultDirectivesMatchFunc,
ngx_crossplane.MatchLuaLatest,
Expand Down Expand Up @@ -205,6 +206,7 @@ func TestCrossplaneTemplate(t *testing.T) {
AuthCacheKey: "blabla",
SigninURL: "http://externallogin.tld",
},
Path: "/xpto123",
},
},
},
Expand Down
Loading

0 comments on commit b5622de

Please sign in to comment.