Darren Shepherd
a48c49f660
Don't reuse summary informer after the informer is stopped
2020-05-22 15:34:43 -07:00
Darren Shepherd
9e4ed62a47
Don't return tables for puts
2020-05-18 09:38:24 -07:00
Darren Shepherd
afbc6a4186
Update vendor
2020-05-16 22:25:47 -07:00
Darren Shepherd
4d0c8c332c
Allow factory options to be passed in
2020-05-16 22:25:31 -07:00
Darren Shepherd
685dea747a
Update vendor
2020-04-16 23:39:46 -07:00
Darren Shepherd
4f5cbb5293
Stop using vendor
2020-04-15 22:50:51 -07:00
Darren Shepherd
bebae7637a
Remove dependency on generic.ControllerManager
2020-04-15 22:49:45 -07:00
Darren Shepherd
12cc38a2d4
Merge pull request #3 from dramich/queue
...
Drop things from the queue when completed
2020-04-15 17:47:35 -07:00
Dan Ramich
f620bd48b5
Drop things from the queue when completed
2020-04-15 17:46:35 -07:00
Darren Shepherd
4645d8df16
Don't consider x-forwarded-port for the value of HTTP HOST
2020-04-01 15:03:05 -07:00
Darren Shepherd
ccc92e7b19
Check for nil interface value
2020-03-30 17:17:32 -07:00
Darren Shepherd
420f62f642
Update to k8s 1.18
2020-03-26 13:58:51 -07:00
Darren Shepherd
7e84f96c0f
Update vendor
2020-03-26 13:56:53 -07:00
Darren Shepherd
7b434b1338
Fix panic in counts
2020-03-25 18:15:21 -07:00
Darren Shepherd
c4fc6869f2
Update vendor
2020-03-24 16:19:10 -07:00
Darren Shepherd
ed6d3f2b3a
Update vendor
2020-03-24 15:17:01 -07:00
Darren Shepherd
8f5ca57628
Set namespace to request namespace on create if namespace is empty
2020-03-24 15:10:17 -07:00
Darren Shepherd
1d84c1fc9f
Only start informers once in clustercache
2020-03-24 15:10:01 -07:00
Darren Shepherd
3bb1459a8b
Watch by name should use the admin client
2020-03-21 22:33:24 -07:00
Darren Shepherd
2daf0ce8ee
Don't send access details in the schema as it's too large
2020-03-21 22:31:13 -07:00
Darren Shepherd
7395e5b8c4
Update vendor
2020-03-21 07:52:11 -07:00
Darren Shepherd
4c13c6bd95
Use ligherweight summarized objects for clustercache
2020-03-21 07:51:13 -07:00
Darren Shepherd
72eb648550
Return 401 on auth failure
2020-03-21 07:49:44 -07:00
Darren Shepherd
c61e788d6e
Don't use slow strings.Compare
2020-03-21 07:49:17 -07:00
Darren Shepherd
b78a8b03dd
Check for columns for non-watchable types too
2020-03-18 12:17:40 -07:00
Darren Shepherd
eda3ecf987
Fix counts
2020-03-14 11:46:20 -07:00
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