You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Yu-Wen Lai (Jira)" <ji...@apache.org> on 2022/07/22 21:47:00 UTC

[jira] [Updated] (HIVE-26425) Skip SSL cert verification for downloading JWKS in HS2

     [ https://issues.apache.org/jira/browse/HIVE-26425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yu-Wen Lai updated HIVE-26425:
------------------------------
    Description: 
In a dev/test/staging environment, we would probably use letsencrypt staging certificate for a token generation service. However, its certificate is not accepted by JVM by default. To ease JWT testing in those kind of environments, we can introduce a property to disable the certificate verification just for JWKS downloads.

Ref: https://letsencrypt.org/docs/staging-environment/

  was:In a dev/test/staging environment, we would probably use letsencrypt staging certificate for a token generation service. However, its certificate is not accepted by JVM by default. To ease JWT testing in those kind of environments, we can introduce a property to disable the certificate verification just for JWKS downloads.


> Skip SSL cert verification for downloading JWKS in HS2
> ------------------------------------------------------
>
>                 Key: HIVE-26425
>                 URL: https://issues.apache.org/jira/browse/HIVE-26425
>             Project: Hive
>          Issue Type: New Feature
>            Reporter: Yu-Wen Lai
>            Assignee: Yu-Wen Lai
>            Priority: Major
>
> In a dev/test/staging environment, we would probably use letsencrypt staging certificate for a token generation service. However, its certificate is not accepted by JVM by default. To ease JWT testing in those kind of environments, we can introduce a property to disable the certificate verification just for JWKS downloads.
> Ref: https://letsencrypt.org/docs/staging-environment/



--
This message was sent by Atlassian Jira
(v8.20.10#820010)