Skip to content

Commit

Permalink
Updated config for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
glpatcern committed Jun 7, 2023
1 parent a5541a9 commit 580a83f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/integration/grpc/fixtures/ocm-server-cernbox-http.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ address = "{{grpc_address}}"
[http.services.ocmd]

[http.services.sciencemesh]
provider_domain = "{{cernboxhttp_address}}"

[http.middlewares.cors]

[http.middlewares.providerauthorizer]
driver = "json"

[http.middlewares.providerauthorizer.drivers.json]
providers = "fixtures/ocm-providers.demo.json"
providers = "fixtures/ocm-providers.demo.json"
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ address = "{{grpc_address}}"
[http.services.ocmd]

[http.services.sciencemesh]
provider_domain = "{{cesnethttp_address}}"

[http.middlewares.cors]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ address = "{{grpc_address}}"
[http.services.ocmd]

[http.services.sciencemesh]
provider_domain = "{{cernboxhttp_address}}"

[http.middlewares.cors]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ address = "{{grpc_address}}"
[http.services.ocmd]

[http.services.sciencemesh]
provider_domain = "{{cesnethttp_address}}"

[http.middlewares.cors]

Expand Down

0 comments on commit 580a83f

Please sign in to comment.