Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to disable ssl verification for external object storage #1015

Open
rosh0450 opened this issue Jan 24, 2025 · 0 comments
Open

How to disable ssl verification for external object storage #1015

rosh0450 opened this issue Jan 24, 2025 · 0 comments

Comments

@rosh0450
Copy link

Here's my config.yaml

# unmanaged storage: netapp-ontap
# link: https://docs.redhat.com/en/documentation/red_hat_quay/3/html-single/configure_red_hat_quay/index#config-fields-netapp-ontap
DISTRIBUTED_STORAGE_CONFIG:
  local_us:
    - RadosGWStorage
    - access_key: ******
      bucket_name: bucket-quay
      hostname: abc.s3.com
      is_secure: true
      port: 443
      secret_key: *******
      storage_path: /datastorage/registry
      signature_version: v4
DISTRIBUTED_STORAGE_DEFAULT_LOCATIONS:
  - local_us
DISTRIBUTED_STORAGE_PREFERENCE:
  - local_us

When I deploy the quay with this config, the pod: quay-app errors out with log

 DistributedStorage | Could not connect to storage local_us. Error: Get "https://abc.s3.com/bucket-quay/?location=": tls: failed to verify certificate: x509: certificate relies on legacy Common Name field, use SANs instead | 🔴 |

So for my testing/development purpose how to skip the SSL verification??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant