Thiago Loureiro
5d82e68534
Removed unused usings, removed empty spaces, removed tons os warnings ( #903 )
2019-05-28 11:00:54 +08:00
Tom Pallister
600732651b
Ive made the acceptance tests share the same builder in an effort to duplicate the linux port in use issue I have when running acceptance tests...seems to have been some use...now to test in CI ( #486 )
2018-07-21 11:24:05 +01:00
Tom Pallister
1823c832a6
+semver: major merged netstandard2.0 upgrade and updated all packages. Also had to change identity server test due to scope deduping and put a few awaits in.
2018-05-11 07:59:03 +01:00
Tom Pallister
3ac9b3bd87
hacked together load balancing reroutes in fileconfig ( #211 )
...
* hacked together load balancing reroutes in fileconfig
* some renaming and refactoring
* more renames
* hacked away the old config json
* test for issue 213
* renamed key
* dont share ports
* oops
* updated docs
* mvoed docs around
* port being used
2018-01-31 20:34:55 +00:00
Tom Pallister
3f2af85969
test passing with authentication being provided by the user and mapped to the re route in config
2017-11-01 15:25:55 +00:00
Tom Gardham-Pallister
e0c16bea32
unit and int tests are passing with auth changes...but acceptance tests are in a state and there are loads of todos...
2017-11-01 08:05:22 +00:00
Tom Pallister
6419919e74
unit tests pass...
2017-09-25 13:13:07 +01:00
nicksharp
20f6ebac2f
Fixing tests
2017-06-26 21:08:47 +01:00
Nick Sharp
6209681b2c
Adding code ##BROKEN TESTS##
2017-06-26 11:50:58 +01:00
Juan Carlos Santana Herrera
efa68e9949
Allowed scopes checking added to AuthorisationMiddleware.
...
Acceptance tests added.
2017-05-31 18:27:28 +01:00
Juan Carlos Santana Herrera
30a5227e1e
Adds two acceptance tests that checks two scenarios:
...
- Get 401 when we do a request to api with a token issued to other api
- Get 403 when we do a request to scope not allowed
2017-05-17 15:06:21 +01:00
Juan Carlos Santana Herrera
24f7b9a171
UpstreamHttpMethod property (of class FileReRoute) changes from string to List<string>.
2017-05-05 11:47:28 +01:00
David Derman
a3b387aeb1
Renamed ScopeName to ApiName, ScopeSecret to ApiSecret, and
...
AdditionalScopes to Allowed Scoped in order to be more consistent with
Identity Server naming conventions.
2017-03-14 16:54:55 -04:00
TomPallister
e33fe4cf7d
merged develop
2017-02-11 12:07:08 +00:00
geffzhang
caae826d77
Refactor qos as options
2017-02-08 09:25:32 +08:00
Tom Gardham-Pallister
7fffc9827a
auth options builders
2017-02-07 20:30:26 +00:00
geffzhang
883be802b3
Refactor CircuitBreaker Pattern
...
Add Qos Config in ReRoute And Refactor CircuitBreakingDelegatingHandler
2017-02-03 14:49:46 +08:00
TomPallister
0f71c040d9
split DownstreamTemplate into DownstreamPathTemplate, DownstreamScheme, DownstreamHost and DownstreamPort in order to prepare for service discovery
2017-01-21 09:59:47 +00:00
tom.pallister
b2d33f0ec5
Updated packages and fixed build errors and tests..now need to update nuspec
2017-01-11 17:23:34 +00:00
TomPallister
f4acb4f041
changed to json configuration to get rid of yaml imports
2016-11-02 21:50:53 +00:00
TomPallister
4427ef459f
more refactoring acceptance tests
2016-10-19 21:48:41 +01:00
TomPallister
9798cf01e5
refactoring acceptance tests..they need some tlc
2016-10-19 21:28:55 +01:00
TomPallister
8b0ceeda5b
removed library namespace
2016-10-18 19:10:09 +01:00
TomPallister
acfeeed86a
removed ocelot website project from src and added a manual test project for this, renamed library project to just be ocelot
2016-10-18 19:04:46 +01:00
TomPallister
84256e7bac
Added ability to strip claims and forward to downstream service as headers
2016-10-18 15:51:56 +01:00
TomPallister
279aae3151
messing with dsl for stripping claims etc
2016-10-17 21:34:08 +01:00
tom.pallister
2395736b6b
started working on stripping claims from token
2016-10-17 20:46:30 +01:00
tom.pallister
3d60602c7e
Added a get authentication test, removed the infrastructure name space as it seemed pointless, started thinking about how to pass claims on with the request
2016-10-17 18:00:36 +01:00
TomPallister
ce84ad4fc2
Added tests for identity server reference tokens, general refactoring and come config validation
2016-10-16 20:28:23 +01:00
TomPallister
320b442526
got identity server access token acceptance test working, created factory for choosing auth handlers, a creator for making the auth handlers, some general refactoring...next step is injecting the config for the auth handler creator in some way or just passing it in
2016-10-15 13:50:43 +01:00
TomPallister
34bac7e0d4
Added first authentiction code..we have a test that makes sure we are unauthenticed but i havent been able to get authenticated to work yet due to identity server usual madness when calling with their SDK!
2016-10-15 11:17:18 +01:00