You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Anthony Baker (JIRA)" <ji...@apache.org> on 2018/04/20 19:52:39 UTC

[jira] [Closed] (GEODE-2921) secure wan gateways as a resource

     [ https://issues.apache.org/jira/browse/GEODE-2921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anthony Baker closed GEODE-2921.
--------------------------------

> secure wan gateways as a resource
> ---------------------------------
>
>                 Key: GEODE-2921
>                 URL: https://issues.apache.org/jira/browse/GEODE-2921
>             Project: Geode
>          Issue Type: Sub-task
>          Components: security
>            Reporter: Swapnil Bawaskar
>            Priority: Major
>             Fix For: 1.3.0
>
>
> Treat wan gateways as a CLUSTER resource so that administrators can control ability to manage gateway senders and receivers and create regions that use gateways.
> Only a user with CLUSTER:MANAGE:GATEWAY should be able to run the following gfsh commands:
> {noformat}
> create gateway-sender
> create gateway-receiver
> load-balance gateway-sender
> pause gateway-sender	
> resume gateway-sender	
> start gateway-receiver	
> start gateway-sender	
> stop gateway-receiver	
> {noformat}
> And the following JMX bean methods:
> {noformat}
> GatewayReceiverMXBean.pause
> GatewayReceiverMXBean.rebalance	
> GatewayReceiverMXBean.resume	
> GatewayReceiverMXBean.start	
> GatewayReceiverMXBean.stop	
> GatewaySenderMXBean.pause	
> GatewaySenderMXBean.rebalance	
> GatewaySenderMXBean.resume	
> GatewaySenderMXBean.start	
> GatewaySenderMXBean.stop	
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)