Re: Bring Authorization to Dubbo OPS

2019-02-21 Thread jun liu
> 2. use SPI pattern so that users can change to other authorization machanisms


Great! I also think extensibility is very important because most companies may 
already have their own authorization system inside, allowing 
them to easily legacy that system can be important.

Jun

> On 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:
> 
> 
> 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 is appreciated, thanks :)
> 
> 
> [1] https://github.com/apache/incubator-dubbo-ops/issues/210 
> [2] https://github.com/apache/incubator-dubbo-ops/issues/204



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:
 
> 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 Spring
> Security?) [2]
> 2. use SPI pattern so that users can change to other authorization
> machanisms
>
>
> any advice is appreciated, thanks :)
>
>
> [1] https://github.com/apache/incubator-dubbo-ops/issues/210
> [2] https://github.com/apache/incubator-dubbo-ops/issues/204


Re: Bring Authorization to Dubbo OPS

2019-02-21 Thread Ian Luo
looking forward to your pull request, this is really a very good feature.

-Ian.

On Tue, Feb 19, 2019 at 2:06 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:
>
>
> 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 is appreciated, thanks :)
>
>
> [1] https://github.com/apache/incubator-dubbo-ops/issues/210
> [2] https://github.com/apache/incubator-dubbo-ops/issues/204


Re: Bring Authorization to Dubbo OPS

2019-02-18 Thread Minxuan Zhuang
thanks for your interesting, Dubbo OPS do need an authorization for service
governance and service test, I think your advice is fine, please feel free
to send a pr

On Tue, Feb 19, 2019 at 2:06 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:
>
>
> 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 is appreciated, thanks :)
>
>
> [1] https://github.com/apache/incubator-dubbo-ops/issues/210
> [2] https://github.com/apache/incubator-dubbo-ops/issues/204


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 Spring Security?) 
[2]
2. use SPI pattern so that users can change to other authorization machanisms


any advice is appreciated, thanks :)


[1] https://github.com/apache/incubator-dubbo-ops/issues/210 
[2] https://github.com/apache/incubator-dubbo-ops/issues/204