Commit Graph

98 Commits

Author SHA1 Message Date
Darren Shepherd
fe57a07726 Update vendor 2020-03-14 11:44:25 -07:00
Darren Shepherd
d457428bff Add states to counts 2020-03-12 19:22:37 -07:00
Darren Shepherd
4f6e4d4e16 Create namespace on demand for rancher pref store 2020-03-12 14:01:52 -07:00
Darren Shepherd
c7a5c4f069 Only drop API type if replacement type can be found 2020-03-12 14:01:40 -07:00
Darren Shepherd
06de395825 Bump wrangler 2020-03-12 13:21:38 -07:00
Darren Shepherd
655b7a85ee Add userpreferences 2020-03-12 13:14:47 -07:00
Darren Shepherd
0ad6c2aba1 Drop non-preferred version and version in the schema id 2020-03-10 23:12:04 -07:00
Darren Shepherd
39ae8e9c14 Update go.mod 2020-03-10 23:11:22 -07:00
Darren Shepherd
d6c6de17bd Transform table to obj on create 2020-03-10 13:30:46 -07:00
Darren Shepherd
02caeafb5d Support gzip encoding 2020-03-09 23:17:40 -07:00
Darren Shepherd
020fd62526
Merge pull request #2 from cbron/api-path-bug
Routes includes apis path prefix
2020-03-02 16:13:02 -07:00
Caleb Bron
7053fa63d4 Routes includes apis path prefix 2020-03-02 16:04:13 -07:00
Darren Shepherd
c76454ac60
Merge pull request #1 from cbron/api-path-bug
Allow UIs apikeys path by splitting steves api paths
2020-03-02 11:19:05 -07:00
Caleb Bron
b61c701f53 Allow UIs apikeys path by splitting steves api paths 2020-03-02 10:48:23 -07:00
Darren Shepherd
6dafed731f RBAC performance improvements 2020-03-01 22:23:36 -07:00
Darren Shepherd
283790802c Add back missing subscribe 2020-03-01 09:00:08 -07:00
Darren Shepherd
68ed467231 Ensure redirector supports Hijacking if possible 2020-02-28 09:30:25 -07:00
Darren Shepherd
9da27b7130 Set UseEncodedPath 2020-02-27 21:30:55 -07:00
Darren Shepherd
6b6ff53373 Add namespace filtering 2020-02-27 10:34:51 -07:00
Darren Shepherd
ae42b9422b Fix compilation error 2020-02-26 13:51:48 -07:00
Darren Shepherd
0846768069 CSRF Cookie fixes
- Only set the cookie if it doesn't exist
- Always mark it secure (it was previously getting re-sent as not)
- Check the value against the header even if there was no value (so that
a request that is missing the cookie but should have had one fails).
2020-02-26 12:35:24 -07:00
Darren Shepherd
e2e87cda53 Fix change events 2020-02-25 21:24:00 -07:00
Darren Shepherd
1e5214b47e Update dockerfile/makefile for local dev 2020-02-21 22:28:57 -07:00
Darren Shepherd
cc1e4e52a0 Update vendor 2020-02-21 22:19:07 -07:00
Darren Shepherd
82c7877ba3 Add dashboard to steve 2020-02-21 22:18:58 -07:00
Darren Shepherd
c069f32bbe Fix x-api-host when port is set 2020-02-21 13:17:42 -07:00
Darren Shepherd
5b94b82bc6 Small fixes and enhancements 2020-02-20 16:06:43 -07:00
Darren Shepherd
265a7a8763 Update wrangler 2020-02-14 23:44:54 -07:00
Darren Shepherd
4218314653 Add state fields to metadata 2020-02-14 16:20:04 -07:00
Darren Shepherd
d6c522ae92 Update go.mod 2020-02-14 16:19:46 -07:00
Darren Shepherd
51274d07e7 Fix compile error 2020-02-10 21:02:42 -07:00
Darren Shepherd
3a8e216ec8 Rename variable 2020-02-10 20:54:33 -07:00
Darren Shepherd
433a39dcab Deal with namespace bindings to cluster scoped resources 2020-02-10 20:53:45 -07:00
Darren Shepherd
d1ce16f351 Don't ever sent data == nil 2020-02-10 20:51:48 -07:00
Darren Shepherd
e64845dcb9 Full dynamic RBAC and pagination 2020-02-10 10:18:20 -07:00
Darren Shepherd
12df5d1a3d Update go.mod 2020-02-08 13:05:47 -07:00
Darren Shepherd
600f875fce Show server side columns 2020-02-08 13:04:20 -07:00
Darren Shepherd
9f771dcf65 RBAC caching 2020-02-08 13:03:57 -07:00
Darren Shepherd
87a107e23e Remove unused namespace field 2020-02-04 21:31:02 -07:00
Darren Shepherd
b51e14edfb Allow passing in access control impl to the server 2020-02-04 14:11:21 -07:00
Darren Shepherd
10418db494 Move reserved fields to _ 2020-02-03 14:54:39 -07:00
Darren Shepherd
c7ac7f35af Add impersonation support 2020-02-03 14:28:25 -07:00
Darren Shepherd
a32064f238 lock to avoid panic 2020-02-03 11:30:34 -07:00
Darren Shepherd
139bacf74d Update wrangler 2020-02-01 22:13:53 -07:00
Darren Shepherd
d80ba54e48 Manager timeouts and ratelimit 2020-02-01 22:13:32 -07:00
Darren Shepherd
a66ef65fd9 Fix incorrect handler setup 2020-02-01 15:58:24 -07:00
Darren Shepherd
b61ac7d555 Add ability to start on controllers when type is seen 2020-01-31 21:29:43 -07:00
Darren Shepherd
91dde5ead6 Refactor context to be sharable 2020-01-31 15:10:47 -07:00
Darren Shepherd
707b87671b Remove dynamiclistener replace 2020-01-30 22:43:08 -07:00
Darren Shepherd
8b42d0aff8 Refactor 2020-01-30 22:37:59 -07:00