You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by "RaigorJiang (via GitHub)" <gi...@apache.org> on 2023/02/23 11:44:55 UTC

[GitHub] [shardingsphere] RaigorJiang opened a new issue, #24322: Implement more authenticator types for MySQL and PostgreSQL

RaigorJiang opened a new issue, #24322:
URL: https://github.com/apache/shardingsphere/issues/24322

   Hi community,
   
   Now Proxy already supports specifying different password authentication methods for users, which provides users with more choices.
   
   We have implemented:
   - MySQL
     - mysql_native_password
     - mysql_clear_password
   - PostgreSQL
     - md5
     - password
   - openGauss
     - md5
     - scram-sha-256
   
   Now, there are still the following to be added, and everyone is welcome to participate:
   - MySQL
     - mysql_old_password
     - authentication_windows_client
     - sha256_password
   - PostgreSQL
     - scram-sha-256
   
   The configuration in #24313 can be used as a reference:
   ```yaml
   authority:
     users:
       - user: root@%
         password: root
         authenticationMethodName: md5
       - user: sharding
         password: sharding
     authenticators:
       md5:
         type: MD5
   
   props:
     proxy-frontend-database-protocol-type: openGauss
   ```


-- 
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.apache.org

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


[GitHub] [shardingsphere] Qianyi951015 commented on issue #24322: Implement more authenticator types for MySQL and PostgreSQL

Posted by "Qianyi951015 (via GitHub)" <gi...@apache.org>.
Qianyi951015 commented on issue #24322:
URL: https://github.com/apache/shardingsphere/issues/24322#issuecomment-1441980924

   I'll try it


-- 
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


Re: [I] Implement more authenticator types for MySQL and PostgreSQL [shardingsphere]

Posted by "yx9o (via GitHub)" <gi...@apache.org>.
yx9o commented on issue #24322:
URL: https://github.com/apache/shardingsphere/issues/24322#issuecomment-2016305555

   Let me try.


-- 
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] RaigorJiang commented on issue #24322: Implement more authenticator types for MySQL and PostgreSQL

Posted by "RaigorJiang (via GitHub)" <gi...@apache.org>.
RaigorJiang commented on issue #24322:
URL: https://github.com/apache/shardingsphere/issues/24322#issuecomment-1442705454

   Welcome @Qianyi951015


-- 
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