f082f7318a
Raft round 2 ( #182 )
...
* brought in rafty
* moved raft classes into Ocelot and deleted from int project
* started to set up rafty in Ocelot
* RAFTY INSIDE OCELOT...WOOT
* more work adding rafty...just need to get auth working now
* rudimentary authenticated raft requests working
* asyn await stuff
* hacked rafty into the fileconfigurationcontroller...everything seems to be working roughly but I have a lot of refactoring to do
* updated to latest rafty that doesnt need an id
* hacky but all tests passing
* changed admin area set up to use builder not configuration.json, changed admin area auth to use client credentials
* missing code coverage
* ignore raft sectionf for code coverage
* ignore raft sectionf for code coverage
* back to normal filters
* try exclude attr
* missed these
* moved client secret to builder for authentication and updated docs
* lock to try and fix error accessing identity server created temprsa file on build server
* updated postman scripts and changed Ocelot to not always use type handling as this looked crap when manually accessing the configuration endpoint
* added rafty docs
* changes I missed
* added serialisation code we need for rafty to process commands when they proxy to leader
* moved controllers into their feature slices
2018-01-01 18:40:39 +00:00
6289992faa
added Ocelot bulder to try and make adding Ocelot configuration more … ( #159 )
...
* added Ocelot bulder to try and make adding Ocelot configuration more idiomatic
* renamed tests
2017-11-22 07:07:59 +00:00
163150a1d7
seperate startups for tests...updated configuration.json for manual tests and tidied a few more things up
2017-11-01 16:21:35 +00:00
f4e8dcbdab
everything working..now for the docs
2017-11-01 15:51:49 +00:00
b23bbf56b9
all administration tests passing again...yey
2017-10-30 07:59:34 +00:00
3f6f665f93
added cert to manual project for admin area testing
2017-10-29 19:22:25 +00:00
b28fc6694e
tidy up and no longer hard code admin area...still one int test failing before we start looking at rebuilding auth stuff
2017-10-29 16:35:12 +00:00
ed94764420
Update Program.cs
...
Solving the problems that project cannot be run on IIS.
2017-10-26 20:11:14 +08:00
09126911bd
joy the admin area works with this commit
2017-10-25 08:06:41 +01:00
d8621d9046
miles away
2017-09-26 09:57:51 +01:00
6419919e74
unit tests pass...
2017-09-25 13:13:07 +01:00
1c98dcbca3
updated packages and project versions...12 errors!
2017-09-25 11:53:56 +01:00
cffb8b63d9
blasduihasd
2017-09-21 23:09:36 +01:00
c06b492b46
upgraded to netcoreapp2.0
2017-09-21 23:00:22 +01:00
09c9a25883
bit more tidying
2017-07-04 19:41:41 +01:00
ab953f28fd
realised the user can just set the region..delete time
2017-06-28 08:17:48 +01:00
26e7621798
fixed stupid double request bug from bad merge
2017-06-25 22:07:19 +01:00
4d3d3e1bc0
changes to get this going again
2017-06-25 21:46:59 +01:00
24f7b9a171
UpstreamHttpMethod property (of class FileReRoute) changes from string to List<string>.
2017-05-05 11:47:28 +01:00
c3cd181b90
added a new implementation that stores the ocelot config in consul kv store, had to change some major things and add cache settings as default
2017-04-16 19:35:59 +01:00
f58da434ba
Merge pull request #70 from MarcDenman/feature/updateLogging
...
Update logging
2017-03-19 15:57:28 +00:00
34be5a2955
Update middelware to use logging extension methods
2017-03-18 18:33:51 +00:00
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
c49a1c9004
removed a bunch of orig files checked in by accident
2017-03-09 17:00:51 +00:00
6f65d9bab0
upgraded to vs2017
2017-03-09 17:00:15 +00:00
c787202374
I realised we can get rid of the cookie container as cookies are just sent as a header called cookie...
2017-03-05 18:05:20 +00:00
d33e0c6f3b
merged develop and stolen binarymash dont publish unstable build script code
2017-02-25 18:27:20 +00:00
07c334cc98
moved stuff around so a bit less crap
2017-02-25 16:09:00 +00:00
112a9c303e
hacky auth working
2017-02-24 19:52:48 +00:00
bd07af6926
more work towards getting identity server and admin area set up
2017-02-22 22:13:35 +00:00
2dfdf0bb86
after much hacking unit tests passing
2017-02-21 07:34:47 +00:00
3c9ad87b73
Fix cake on Mac. Also added compile-time support for OSX.10.12-x64. The acceptance tests still fail on this version of OS X, however, because of the funky stuff going on in TestConfiguration.cs. Fixing this is outside the scope of this issue.
2017-02-19 15:03:11 +00:00
b98310c80d
working ssl example
2017-02-17 18:24:32 +00:00
159969483b
hacking away
2017-02-13 18:51:47 +00:00
95fc687e93
started messing around with admin area
2017-02-13 12:13:53 +00:00
0b830d9891
mapped admin path works for manual test
2017-02-13 07:42:31 +00:00
2fa6e66dd4
refactor code
2017-02-13 08:29:29 +08:00
e1d5ef3aae
implement Request Rate limit, this feature is options
2017-02-11 16:32:30 +08:00
caae826d77
Refactor qos as options
2017-02-08 09:25:32 +08:00
a895fdfc12
Merge branch 'develop' into CircuitBreakerPattern
2017-02-07 18:41:11 +08:00
7900aa3f49
got sidetracked and downgraded to .net core app 1.1 that actually exists no idea why i had 1.4 :(
2017-02-04 12:06:33 +00:00
883be802b3
Refactor CircuitBreaker Pattern
...
Add Qos Config in ReRoute And Refactor CircuitBreakingDelegatingHandler
2017-02-03 14:49:46 +08:00
2cd69d1908
#20 - added cake build to do same functionality as batch scripts. Also does semver versioning of assemblies, if running in AppVeyor, generates release notes and publishes packages to appveyor.
2017-01-24 21:11:15 +00:00
0f71c040d9
split DownstreamTemplate into DownstreamPathTemplate, DownstreamScheme, DownstreamHost and DownstreamPort in order to prepare for service discovery
2017-01-21 09:59:47 +00:00
8c213f133c
test passing on mac and windows
2017-01-17 10:33:55 +00:00
a8878b4a19
test passing on mac and windows
2017-01-17 10:20:49 +00:00
b2d33f0ec5
Updated packages and fixed build errors and tests..now need to update nuspec
2017-01-11 17:23:34 +00:00
536db48049
fixed problems where routes were not mathing
2016-11-26 14:08:09 +00:00
2103c60d4a
Added some new routes for testing services in azure rather than the free json api
2016-11-26 11:44:06 +00:00
4b0ea4bc3b
Updated manual test config and readme
2016-11-06 12:17:09 +00:00