1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-08-04 21:42:57 +02:00
Commit Graph

3653 Commits

Author SHA1 Message Date
c831b6c03a Fix 2020-05-13 16:35:57 +01:00
290595f88e Strip down router code (#1627) 2020-05-13 16:13:36 +01:00
ba64518ebd Merge pull request #1626 from PieterVoorwinden/master
Check if auth is nil to prevent nilpointer
2020-05-13 15:18:58 +01:00
b14d63b4a1 Check if auth is nil to prevent nilpointer 2020-05-13 16:13:23 +02:00
af2db0a0d9 fix: update dependency certmagic (#1625)
module github.com/mholt/certmagic has been renamed github.com/caddyserver/certmagic,
so upgrade on this module will fail.

fix: micro/micro#835

caddyserver/certmagic@v0.10.6 is Maximum upgradeable version with go version 1.13

Higher version use *tls.ClientHelloInfo.SupportsCertificate which only supported in go 1.14
2020-05-13 15:00:13 +01:00
fb255a7e5a Merge pull request #1622 from micro/registry-multi-tenancy
Registry mutli-tenancy
2020-05-13 13:54:39 +01:00
47c1cb433e Store account credentials 2020-05-13 13:48:25 +01:00
3fac7d79ab Remove service type role 2020-05-13 13:42:56 +01:00
25c937fd0e Naming changes 2020-05-13 13:38:13 +01:00
e5c1fbc591 Merge branch 'master' of https://github.com/micro/go-micro into registry-multi-tenancy 2020-05-13 13:35:47 +01:00
d781c9ae2d Remove namespace specific logic 2020-05-13 13:35:34 +01:00
54951740bf Authenticate on service start 2020-05-13 13:13:11 +01:00
0fb4734e67 Upload local source code to micro server (#1613) 2020-05-13 12:07:53 +02:00
346e034d0a Add mutli-tenancy support to the registry 2020-05-13 10:40:08 +01:00
116cc1e9ee Stop parsing proxy address (#1619) 2020-05-12 17:38:22 +01:00
762a5bc9e8 Merge pull request #1618 from micro/auth-namespace-flag
Auth Namespace Flag
2020-05-12 16:45:42 +01:00
d39b723511 Auth Namespace Flag 2020-05-12 16:41:29 +01:00
5494e935f4 Merge pull request #1617 from micro/k8s/secret-type
K8s: Add Secret Type to yaml template
2020-05-12 14:21:30 +01:00
e0863bb7eb K8s: Add Secret Type to yaml template 2020-05-12 14:10:39 +01:00
89f86167ad Merge pull request #1616 from micro/k8s/secret-template-fix
Fix k8s secret template (yaml)
2020-05-12 11:45:12 +01:00
dfec1ad6b1 Merge branch 'master' into k8s/secret-template-fix 2020-05-12 11:41:41 +01:00
66d3e4a595 Fix k8s secret template (yaml) 2020-05-12 11:40:54 +01:00
19a03babc4 Update server.go 2020-05-12 11:32:01 +01:00
ee24b4f083 Merge pull request #1615 from micro/disable-auth-client
Disable auth service client
2020-05-11 20:38:49 +01:00
937ecc8d2f Disable auth service client 2020-05-11 20:38:05 +01:00
6078adb8bc Merge pull request #1614 from micro/runtime-clients
Runtime Options: Replace client.DefaultClient
2020-05-11 20:05:00 +01:00
39f18b0b70 Merge branch 'master' into runtime-clients 2020-05-11 18:03:11 +01:00
efb64b7dbb Pass client to more of the runtime 2020-05-11 17:57:39 +01:00
f892b41299 Add runtime to service.Options() 2020-05-11 17:09:28 +01:00
1eb63635b5 Adding file upload and download capabilities (#1610) 2020-05-11 14:08:27 +02:00
688228377b Merge pull request #1612 from micro/auth-options
Auth: pass options in service RPC
2020-05-11 11:53:38 +01:00
506006f0fa Auth Options 2020-05-11 11:47:59 +01:00
22de001a80 Merge pull request #1611 from micro/auth-has-role
Auth account.HasRole
2020-05-11 11:40:20 +01:00
d90cc8bf2f Merge branch 'master' into auth-has-role 2020-05-11 11:36:06 +01:00
5a8f19589b Auth account.HasRole 2020-05-11 11:34:22 +01:00
d61df6363b web: fix advertise address (#1608)
* web: fix advertise address
* web: fix test

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
Co-authored-by: Asim Aslam <asim@aslam.me>
Co-authored-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2020-05-08 12:31:03 +03:00
f062013a7b Merge pull request #1607 from micro/k8s-debug
Log k8s Requests
2020-05-07 11:41:43 +01:00
fea93a5b7a Log k8s Requests 2020-05-07 11:35:56 +01:00
30dc29e17f fix ring buffer (#1606) 2020-05-07 10:45:48 +01:00
5387f73b5d Handle cockroach createDB error (#1603) 2020-05-06 10:58:14 +01:00
90dd1f63c8 api/handler/rpc: fix encoding of inner message (#1601)
* api/handler/rpc: fix encoding of inner message

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2020-05-04 15:50:53 +03:00
38cdb9cc2f Set table name in store v2.6.0 show 2020-05-01 18:24:35 +01:00
b3915b6020 Add store to options (#1600) 2020-05-01 18:05:09 +01:00
08a2de1ef5 Account for missing options database/table in cockroach store 2020-05-01 15:31:55 +01:00
7a2dea6cc2 Set database/table from init first 2020-05-01 15:22:44 +01:00
2a14feed93 force codec on call not on dial (#1599) 2020-05-01 14:59:50 +01:00
e8105d22ad cruft 2020-05-01 00:25:17 +01:00
c76a5e608d sql fixes 2020-04-30 23:53:54 +01:00
359b8bc503 Add opts to service proto (#1517)
* Add opts to service proto

* Support database/table opts
2020-04-30 22:51:25 +01:00
fccab8ad27 Runtime name should be base folder outside repos (#1598) 2020-04-30 18:20:51 +02:00