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 |
|
Asim Aslam
|
85ae232936
|
Add model to service (#1819)
|
2020-07-11 21:15:59 +01:00 |
|
ben-toogood
|
13ea0eec02
|
:registry/mdns: fix nil pointer bug (#1818)
|
2020-07-10 17:47:07 +01:00 |
|
ben-toogood
|
09ec20fded
|
runtime: provide credentials to services (#1817)
* runtime: inject credentials into service
* util/auth: self generate accounts (needed for jwt)
* runtime/kubernetes: add logging for creds
* runtime/kubernetes: serialize secret name
* runtime/kubernetes: remove unused code
* runtime/kubernetes: base64 encode secret
* runtime/kubernetes: remove metadata from secret
* util/kubernetes/client: omit empty secret metadata
* util/kubernetes/client: fix secret template
* util/kubernetes/client: fix secrets
* web: update auth util
* util/auth: fix missing arg
* extend token expiry
* extend token expiry
|
2020-07-10 16:25:46 +01:00 |
|
ben-toogood
|
3480e0a64e
|
runtime/kubernetes: remove reference to runtime cells (#1814)
|
2020-07-09 20:21:34 +01:00 |
|
ben-toogood
|
318a80f824
|
config/cmd: improve cert loading for infra (#1813)
* config/cmd: improve cert loading for infra
* config/cmd: remove certificate_authorities flag
* config/cmd: fix caps
* config/cmd: fix bug with IsSet
* config/cmd: fix bool flags
|
2020-07-09 18:02:24 +01:00 |
|
ben-toogood
|
6d9a38a747
|
kubernetes: fixes for production (#1812)
* util/kubernetes/client: add secrets to deployments
* util/kubernetes/client: remove ServiceAccountName override
* debugging
* runtime/kubernetes: fix error
* runtime/kubernetes: remove test secret
* util/kubernetes/client: update default image
* util/kubernetes/client: remove default command for deployments
* runtime/kubernetes: pass source as arg
* runtime/kubernetes: remove debugging
* util/kubernetes/client: revert default image change
|
2020-07-09 16:29:01 +01:00 |
|
Asim Aslam
|
58d6726380
|
The start of mud - the micro data model (#1811)
* The start of mud - the micro data model
* add comments
|
2020-07-09 12:11:32 +01:00 |
|
Huan Huang
|
e5db6ea8a7
|
close r/w (#1810)
Co-authored-by: huanghuan.27@bytedance.com <huanghuan.27@bytedance.com>
|
2020-07-09 10:28:20 +01:00 |
|
Huan Huang
|
3468331506
|
feat: refactor register func (#1807)
Co-authored-by: huanghuan.27@bytedance.com <huanghuan.27@bytedance.com>
Co-authored-by: Asim Aslam <asim@aslam.me>
|
2020-07-08 18:38:01 +01:00 |
|
王旭
|
1bac08cc0e
|
server.Init(Wait(nil)) update server options context (#1804)
Co-authored-by: wangxu <wangxu@oneniceapp.com>
Co-authored-by: Asim Aslam <asim@aslam.me>
|
2020-07-08 18:36:07 +01:00 |
|
ben-toogood
|
333320dcb8
|
config/cmd: secure broker (#1806)
* config/cmd: secure broker
* config/cmd: remove testing
|
2020-07-08 16:22:48 +01:00 |
|
Asim Aslam
|
ce12c040fa
|
Model updates
|
2020-07-08 15:09:18 +01:00 |
|
Asim Aslam
|
ee36e26edc
|
Add model interface (#1808)
|
2020-07-08 14:57:45 +01:00 |
|
Asim Aslam
|
3ffb899951
|
Fix cache options
|
2020-07-08 14:53:38 +01:00 |
|
Asim Aslam
|
00bd2bc65f
|
cache interface (#1805)
|
2020-07-08 11:08:59 +01:00 |
|