rohangoli commented on code in PR #2805:
URL: https://github.com/apache/polaris/pull/2805#discussion_r2436799776
##########
spec/polaris-management-service.yml:
##########
@@ -1139,6 +1139,14 @@ components:
Whether S3 requests to files in this catalog should use
'path-style addressing for buckets'.
example: true
default: false
+ ignoreSSLVerification:
+ type: boolean
+ description: >-
+ Whether SSL certificate verification should be disabled for
STS and S3 endpoints (optional).
+ WARNING: This should only be used for development and testing
environments with self-signed certificates.
Review Comment:
Thanks for the review! I thought it would be useful if it can be
configurable via dockerfile.
Let me update the code to use ignoreSSLVerification under Feature
Configuration!
--
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]