You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On-prem S3 often use a ca cert from an internal PKI. To be able to talk to on-prem S3 stores we need to implement using ca.crt of SecretClasses to validate S3 certificates.
This is already correctly implemented in Trino, some links are here and here.
IMHO this is a important feature as well as a bug as we don't respect what the user has entered into the S3Connection.
Acceptance criteria:
Being able to add ca.cert to the java trust store (as a secret)
Having tests in place
New functionality is documented
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Context #187 (comment)
On-prem S3 often use a ca cert from an internal PKI. To be able to talk to on-prem S3 stores we need to implement using ca.crt of SecretClasses to validate S3 certificates.
This is already correctly implemented in Trino, some links are here and here.
IMHO this is a important feature as well as a bug as we don't respect what the user has entered into the S3Connection.
Acceptance criteria:
The text was updated successfully, but these errors were encountered: