Re: Bring Authorization to Dubbo OPS

2019-02-21 Thread jun liu
Feb 19, 2019, at 2:05 PM, 柯振旭 wrote: > > HI Dubbo Comunity: > There is no authorization or authentication in the current version of > dubbo-ops and it's open to all users, > so I'm planing to bring authorization to dubbo-ops[1] for the sake of > security, here is my thought: >

Re: Re: Bring Authorization to Dubbo OPS

2019-02-21 Thread zhi_guang_...@163.com
or may be use shiro as a lighter authorization implementation. 您的朋友:刘志广 From: Ian Luo Date: 2019-02-21 17:29 To: dev Subject: Re: Bring Authorization to Dubbo OPS looking forward to your pull request, this is really a very good feature. -Ian. On Tue, Feb 19, 2019 at 2:06 PM 柯振旭 wrote

Re: Bring Authorization to Dubbo OPS

2019-02-21 Thread Ian Luo
ing to bring authorization to dubbo-ops[1] for the sake of > security, here is my thought: > > > 1. provide a simple authorization implementation(for example Spring > Security?) [2] > 2. use SPI pattern so that users can change to other authorization > machanisms > > > any advice

Re: Bring Authorization to Dubbo OPS

2019-02-18 Thread Minxuan Zhuang
urrent version of > dubbo-ops and it's open to all users, > so I'm planing to bring authorization to dubbo-ops[1] for the sake of > security, here is my thought: > > > 1. provide a simple authorization implementation(for example Spring > Security?) [2] > 2. use SPI pattern so

Bring Authorization to Dubbo OPS

2019-02-18 Thread 柯振旭
HI Dubbo Comunity: There is no authorization or authentication in the current version of dubbo-ops and it's open to all users, so I'm planing to bring authorization to dubbo-ops[1] for the sake of security, here is my thought: 1. provide a simple authorization implementation(for example