Skip to content

Commit

Permalink
Remove mocky endpoints from mTLS test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
sgayangi committed Mar 26, 2024
1 parent 5097646 commit 9986970
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ id: "mtls-disabled-oauth2-disabled"
defaultVersion: false
endpointConfigurations:
production:
endpoint: "https://webhook.site/1e73a7f6-6187-46ff-aac9-f060d7460c93"
endpoint: "http://backend:80/anything"
operations:
- target: "/employee"
verb: "GET"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ id: "mtls-disabled-oauth2-enabled"
defaultVersion: false
endpointConfigurations:
production:
endpoint: "https://run.mocky.io/v3/0c5173b2-9d99-459c-946b-b6b67c7f0139"
endpoint: "http://backend:80/anything"
operations:
- target: "/employee"
verb: "GET"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ id: "mtls-disabled-oauth2-optional"
defaultVersion: false
endpointConfigurations:
production:
endpoint: "https://run.mocky.io/v3/0c5173b2-9d99-459c-946b-b6b67c7f0139"
endpoint: "http://backend:80/anything"
operations:
- target: "/employee"
verb: "GET"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ id: "mtls-mandatory-oauth2-disabled"
defaultVersion: false
endpointConfigurations:
production:
endpoint: "https://run.mocky.io/v3/0c5173b2-9d99-459c-946b-b6b67c7f0139"
endpoint: "http://backend:80/anything"
operations:
- target: "/employee"
verb: "GET"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ id: "mtls-mandatory-oauth2-enabled"
defaultVersion: false
endpointConfigurations:
production:
endpoint: "https://run.mocky.io/v3/0c5173b2-9d99-459c-946b-b6b67c7f0139"
endpoint: "http://backend:80/anything"
operations:
- target: "/employee"
verb: "GET"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ id: "mtls-mandatory-oauth2-optional"
defaultVersion: false
endpointConfigurations:
production:
endpoint: "https://run.mocky.io/v3/0c5173b2-9d99-459c-946b-b6b67c7f0139"
endpoint: "http://backend:80/anything"
operations:
- target: "/employee"
verb: "GET"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ id: "mtls-multiple-certs"
defaultVersion: false
endpointConfigurations:
production:
endpoint: "https://run.mocky.io/v3/0c5173b2-9d99-459c-946b-b6b67c7f0139"
endpoint: "http://backend:80/anything"
operations:
- target: "/employee"
verb: "GET"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ id: "mtls-optional-oauth2-disabled"
defaultVersion: false
endpointConfigurations:
production:
endpoint: "https://webhook.site/1e73a7f6-6187-46ff-aac9-f060d7460c93"
endpoint: "http://backend:80/anything"
operations:
- target: "/employee"
verb: "GET"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ id: "mtls-optional-oauth2-enabled"
defaultVersion: false
endpointConfigurations:
production:
endpoint: "https://run.mocky.io/v3/0c5173b2-9d99-459c-946b-b6b67c7f0139"
endpoint: "http://backend:80/anything"
operations:
- target: "/employee"
verb: "GET"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ id: "mtls-optional-oauth2-optional"
defaultVersion: false
endpointConfigurations:
production:
endpoint: "https://run.mocky.io/v3/0c5173b2-9d99-459c-946b-b6b67c7f0139"
endpoint: "http://backend:80/anything"
operations:
- target: "/employee"
verb: "GET"
Expand Down

0 comments on commit 9986970

Please sign in to comment.