istio-ecosystem / authservice

Move OIDC token acquisition out of your app code and into the Istio mesh
Apache License 2.0
220 stars 62 forks source link

Ignore CERT_ALREADY_IN_HASH_TABLE error #229

Closed sbko closed 2 years ago

sbko commented 2 years ago

Check ec value for CERT_ALREADY_IN_HASH_TABLE instead of using ERR_get_error.

istio-testing commented 2 years ago

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: sbko Once this PR has been reviewed and has the lgtm label, please assign shikugawa for approval by writing /assign @shikugawa in a comment. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files: - **[OWNERS](https://github.com/istio-ecosystem/authservice/blob/master/OWNERS)** Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
sbko commented 2 years ago

closed in favor of #230