Janos Dobronszki
|
fbdf1f2c1c
|
Fixing micro logs being follow by default against k8s (#1866)
|
2020-07-23 09:50:38 +02:00 |
|
ben-toogood
|
a3a7434f2c
|
client/grpc: fix error panic (#1860)
|
2020-07-20 10:04:51 +01:00 |
|
Asim Aslam
|
592179c0a2
|
Remove deprecations since next release is v3
|
2020-07-19 19:59:33 +01:00 |
|
Asim Aslam
|
9b74bc52d6
|
Move defaults to defaults.go
|
2020-07-19 19:48:11 +01:00 |
|
Asim Aslam
|
05f3e1a125
|
Add cmd.Run function
|
2020-07-19 18:43:33 +01:00 |
|
Asim Aslam
|
16c591d741
|
call cmd.Run
|
2020-07-19 18:20:17 +01:00 |
|
Asim Aslam
|
755b816086
|
Use Run instead of Init for cmd
|
2020-07-19 18:14:18 +01:00 |
|
Asim Aslam
|
7aa92fa8b5
|
add String method to command
|
2020-07-19 17:20:05 +01:00 |
|
ijayer
|
5077683b70
|
refactor(logger): fix the name of defaultLogger receiver (#1859)
Closes #1858
Co-authored-by: Asim Aslam <asim@aslam.me>
|
2020-07-19 16:55:50 +01:00 |
|
Asim Aslam
|
7f6cefd9c9
|
fix grpc test
|
2020-07-19 15:54:33 +01:00 |
|
Asim Aslam
|
647ce61dec
|
some renaming of types in auth
|
2020-07-19 14:41:31 +01:00 |
|
Asim Aslam
|
d3326efd4b
|
Move out the token package to util
|
2020-07-19 13:41:23 +01:00 |
|
Asim Aslam
|
6920677f1e
|
Move rules.Verify to auth.VerifyAccess
|
2020-07-19 13:12:03 +01:00 |
|
Asim Aslam
|
1838e4a1ee
|
remove auth provider
|
2020-07-19 11:37:40 +01:00 |
|
Asim Aslam
|
96233b2d9b
|
auth jwt / service package comments
|
2020-07-19 10:53:38 +01:00 |
|
Asim Aslam
|
e082ac42a0
|
go fmt
|
2020-07-19 10:51:16 +01:00 |
|
Asim Aslam
|
d7ef224447
|
add selector package comment
|
2020-07-19 10:51:04 +01:00 |
|
Asim Aslam
|
8c6f4062ef
|
Remove error proto in favour of go type
|
2020-07-19 09:29:48 +01:00 |
|
ben-toogood
|
0d860c53a6
|
runtime/kubernetes: ignore namespace already exists errors (#1852)
Co-authored-by: Asim Aslam <asim@aslam.me>
|
2020-07-18 11:12:05 +01:00 |
|
|
bcc890e47c
|
router: pass node metadata to route instead of service metadata (#1855)
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2020-07-17 16:45:22 +01:00 |
|
Di Wu
|
f9bf562393
|
fix typo in comments (#1840)
* remove global error tracking
* rpc_server: fix invalid register err
* fix typo
Co-authored-by: Asim Aslam <asim@aslam.me>
|
2020-07-16 16:33:11 +01:00 |
|
|
dfa50a888d
|
make LookupRoute exported (#1850)
* make LookupRoute exported
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
* add missing file
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2020-07-16 16:32:37 +01:00 |
|
Asim Aslam
|
e63b9015ae
|
Add memcache implementation of cache (#1848)
|
2020-07-16 14:13:38 +01:00 |
|
|
3627e47f04
|
client/grpc: dont use codec for raw bytes payload (#1847)
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2020-07-16 13:35:06 +01:00 |
|
Asim Aslam
|
7d41c2224e
|
Don't close the stream (#1844)
|
2020-07-15 14:44:31 +01:00 |
|
ben-toogood
|
68927e875b
|
store/service: use client passed in Init options (#1843)
|
2020-07-15 14:01:33 +01:00 |
|
ben-toogood
|
0c19a87c89
|
cmd/cmd: use service namespace as store database (#1842)
|
2020-07-15 11:31:42 +01:00 |
|
ben-toogood
|
f73ec65ac3
|
runtime/kubernetes: increase debugging (#1841)
|
2020-07-15 09:26:25 +01:00 |
|
Asim Aslam
|
b27e71ae64
|
rip out cmd.DefaultOptions
|
2020-07-14 22:23:54 +01:00 |
|
Asim Aslam
|
0299517f0d
|
remove config readme
|
2020-07-14 21:55:05 +01:00 |
|
Asim Aslam
|
e1404a1100
|
remove secrets package
|
2020-07-14 21:53:43 +01:00 |
|
Asim Aslam
|
057d61063f
|
Move back command
|
2020-07-14 20:57:13 +01:00 |
|
ben-toogood
|
73a3f596e8
|
util/kubernetes/client: set imagePullPolicy to always (#1838)
|
2020-07-14 15:17:23 +01:00 |
|
ben-toogood
|
0287ab8751
|
auth/service/proto: add Delete RPC (#1836)
Co-authored-by: Asim Aslam <asim@aslam.me>
|
2020-07-14 13:41:35 +01:00 |
|
Alex Unger
|
42c28f2b6d
|
Fix Comments (#1833)
* update store url
* fix leftover copy paste
|
2020-07-14 13:13:32 +01:00 |
|
ben-toogood
|
a2bb0bea2d
|
auth: add token issuer option (#1835)
|
2020-07-14 13:44:51 +02:00 |
|
ben-toogood
|
9f9c748f9b
|
auth/service: fix account issuer bug (#1834)
|
2020-07-14 12:16:52 +01:00 |
|
ben-toogood
|
a5e9dc21ca
|
util/wrapper: allow enforcing a specific namespace when verifying requests (#1832)
* auth/jwt: add debugging
* auth: more debugging
* auth: more debugging
* util/wrapper: don't use request context
* util/wrapper: AuthHandlerNamespace
* remove debugging
|
2020-07-14 10:27:15 +01:00 |
|
Janos Dobronszki
|
3f4b58b58c
|
Let bolt do locking per each List Get etc op, instead of managing fil… (#1831)
|
2020-07-14 10:35:46 +02:00 |
|
Asim Aslam
|
0a79db498c
|
do not compare snapshot unless non nil (#1830)
|
2020-07-14 07:52:45 +01:00 |
|
Dominic Wong
|
7c5e3b0f30
|
report errors from log streaming (#1828)
|
2020-07-13 17:35:23 +01:00 |
|
ben-toogood
|
07fbb06ed8
|
auth/service: fix jwt blank refresh bug (#1827)
|
2020-07-13 17:12:03 +01:00 |
|
ben-toogood
|
a4252ba69c
|
router/registry: use warn error level (#1826)
|
2020-07-13 15:27:14 +01:00 |
|
ben-toogood
|
8fe4f1f2c3
|
config/cmd: don't fatally error if config can't be loaded (#1825)
* config/cmd: don't fatally error if config cannot be loaded
* config/cmd: fix log level typo
|
2020-07-13 15:08:53 +01:00 |
|
ben-toogood
|
2e04fcd718
|
config/cmd: don't fatally error if auth account cannot be generated (#1824)
|
2020-07-13 12:52:54 +01:00 |
|
ben-toogood
|
7355455020
|
auth/service: generate accounts client side if JWT credentials present (#1823)
|
2020-07-13 10:20:31 +01:00 |
|
Lars Lehtonen
|
040577fb74
|
transport/grpc: replace deprecated grpc.WithTimeout() (#1822)
|
2020-07-13 07:35:53 +01:00 |
|
ben-toogood
|
4e7621da18
|
config/cmd: standardise error handling (#1816)
* runtime/kubernetes: remove reference to runtime cells
* config/cmd: standardize error handling
Co-authored-by: Asim Aslam <asim@aslam.me>
|
2020-07-12 07:22:08 +01:00 |
|
Huan Huang
|
8e30ede8c7
|
track error (#1815)
* track error
* remove useless code
Co-authored-by: huanghuan.27@bytedance.com <huanghuan.27@bytedance.com>
Co-authored-by: Asim Aslam <asim@aslam.me>
|
2020-07-12 07:17:56 +01:00 |
|
Asim Aslam
|
630ceb5dad
|
Update README.md (#1820)
|
2020-07-11 22:18:53 +01:00 |
|