You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/12/10 15:54:46 UTC

[GitHub] [shardingsphere] terrymanu opened a new issue #8569: Enhancement of authorization

terrymanu opened a new issue #8569:
URL: https://github.com/apache/shardingsphere/issues/8569


   ShardingSphere just pass DCL(grant and revoke) to databases for now.
   It is better to define own authorization system in ShardingSphere-Proxy.
   It should be:
   
   - [X] Create users and password in ShardingSphere-Proxy via YAML and persist into config center
   - [ ] Keep root user for init only, and use DCL to create and delete users
   - [X] Grant and revoke schema authorization with user
   - [ ] Grant and revoke table authorization with user
   - [ ] Grant and revoke column authorization with user
   - [X] Add external authorization system SPI and can be interrogated with ShardingSphere-Proxy
   - [ ] Keep external authorization SPI consist with default authorization
   - [ ] Add init method on authorization SPI
   - [ ] Consider about authorization of ShardingSphere-JDBC


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [shardingsphere] terrymanu closed issue #8569: Enhancement of authorization

Posted by GitBox <gi...@apache.org>.
terrymanu closed issue #8569:
URL: https://github.com/apache/shardingsphere/issues/8569


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [shardingsphere] terrymanu commented on issue #8569: Enhancement of authorization

Posted by GitBox <gi...@apache.org>.
terrymanu commented on issue #8569:
URL: https://github.com/apache/shardingsphere/issues/8569#issuecomment-927308138


   Merged with #8966
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org