linghengqian commented on issue #30656: URL: https://github.com/apache/shardingsphere/issues/30656#issuecomment-2044639425
- I'm not sure what you are talking about. A custom implementation of `org.apache.shardingsphere.infra.url.ShardingSphereURLLoader` can place the key of a certain private key inside. When such an implementation exists, you can directly reference the YAML file containing the encryption information. I assume that the string returned by your implementation of `getType()` is `classpath-with-encrypt`. ```yaml jdbc:shardingsphere:classpath-with-encrypt:config.yaml ``` - `org.apache.shardingsphere.infra.url.ShardingSphereURLLoader` can also read JDBCURL parameters, it depends on whether you need to pass in the public key for verification. - This is completely beyond what the issue describes. I don't think there's any way to handle a PR without opening a new issue. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
