1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-06-30 22:33:49 +02:00
Commit Graph

3242 Commits

Author SHA1 Message Date
f0c0f3d4c4 Fixes for #1560 (#1644)
close #1560

This fixes one of the reported data races and also allows for
having a different name on the micro.Service and web.Service.
This makes it possible to discover the two service variants separately.

Co-authored-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2020-05-19 14:11:26 +03:00
3d36398818 Fix client RPC stream close mutex (#1643) v2.7.0 2020-05-18 17:22:33 +01:00
56a7897c91 update readme 2020-05-17 12:39:20 +01:00
5efb386224 Merge pull request #1640 from micro/auth/public-rule
Auth: setup a public rule
2020-05-15 10:28:52 +01:00
4d2de923cd Auth: setup a public rule 2020-05-15 10:24:30 +01:00
f64b1468a5 Merge pull request #1639 from micro/registy-not-found
Registry service: return not found error
2020-05-14 19:43:19 +01:00
56f281002b Merge branch 'master' into registy-not-found 2020-05-14 19:39:43 +01:00
0d7250352f Registry service: return not found error 2020-05-14 19:38:56 +01:00
ef43f01da4 Merge pull request #1638 from micro/registry-addrs-fix
Fix registry address option unused
2020-05-14 18:07:14 +01:00
c9e5ae6a2b Merge branch 'master' into registry-addrs-fix 2020-05-14 18:03:46 +01:00
8a802d8f7a Fix registry address option unused 2020-05-14 18:00:13 +01:00
331ab3715c Merge pull request #1636 from micro/auth-util
Refactor auth setup to util/auth
2020-05-14 16:15:47 +01:00
6b451a2197 Refactor auth setup to util/auth 2020-05-14 16:10:14 +01:00
b4c0224746 Merge pull request #1635 from micro/auth-fixes
Auth: Move token generation logic out the client wrappers
2020-05-14 14:00:55 +01:00
500d793fc4 Merge branch 'auth-fixes' of https://github.com/micro/go-micro into auth-fixes 2020-05-14 13:57:00 +01:00
16af265e8b Seperate JWT refresh / access tokens 2020-05-14 13:56:51 +01:00
b222cf8e13 Merge branch 'master' into auth-fixes 2020-05-14 13:47:26 +01:00
f549e20fa2 tidy go mdo 2020-05-14 13:33:11 +01:00
83e9c1fad2 Remove unnecessary change 2020-05-14 13:32:42 +01:00
c220686c29 Fix token bug 2020-05-14 13:30:21 +01:00
1b18730d54 Custom micro client 2020-05-14 11:25:19 +01:00
5764519f5b Refactor auth to load token outside wrappers 2020-05-14 11:06:22 +01:00
957001f8ad Merge pull request #1634 from micro/disable-clients
Disable Clients
2020-05-13 18:54:34 +01:00
0955671e45 Merge branch 'disable-clients' of https://github.com/micro/go-micro into disable-clients 2020-05-13 18:49:47 +01:00
57b060bac5 Disable Addresses 2020-05-13 18:49:36 +01:00
3136e1409e Merge branch 'master' into disable-clients 2020-05-13 18:48:24 +01:00
ca791d7e8d Disable Clients 2020-05-13 18:47:53 +01:00
05858b746c kill all processes correctly for micro kill command (#1633) 2020-05-13 18:36:45 +01:00
09d1450d7d Merge pull request #1632 from micro/fix-auth-bug
Auth: Fix recursive bug
2020-05-13 18:18:39 +01:00
1ca1fd411a Auth: Fix recursive bug 2020-05-13 18:17:04 +01:00
a2d4d62f1c Merge pull request #1631 from micro/auth-address
Auth: Set address
2020-05-13 18:02:10 +01:00
8ab20f501c Fix merge conflicts 2020-05-13 17:58:03 +01:00
366fb228e5 Auth: Set address 2020-05-13 17:54:47 +01:00
bba8c254d7 fix auth initialisation (#1630) 2020-05-13 17:35:57 +01:00
ebd53794af Merge pull request #1629 from micro/auth/rules-fix
Auth: Load rules if not present
2020-05-13 17:27:53 +01:00
2299244332 Auth: Load rules if not present 2020-05-13 17:07:46 +01:00
cf61d98635 Merge pull request #1628 from micro/registry
Misc Muti-Tenancy / Auth Fixes
2020-05-13 16:53:39 +01:00
15d1967aaf Merge branch 'master' into registry 2020-05-13 16:50:12 +01:00
410fec8ee4 Fix auth bug 2020-05-13 16:49:17 +01:00
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