-
Bug
-
Resolution: Done
-
Major
-
quay-v3.6.0
-
False
-
False
-
Description:
This is a Doc issue in Quay 3.6.0 Operator guide, in section "3.2.1. Unmanaged storage". only provide examples for AWS S3 and GCP, need to give examples for Azure and AWS S3 Cloundfront.
Azure:
DISTRIBUTED_STORAGE_CONFIG:
default:
- AzureStorage
- azure_account_key: ******
azure_account_name: quayazure
azure_container: quayazure
sas_token: ******
storage_path: /quay
AWS S3 Cloudfront:
DISTRIBUTED_STORAGE_CONFIG: default: - CloudFrontedS3Storage - cloudfront_distribution_domain: dabk76iz1an7o.cloudfront.net cloudfront_key_id: K36P04RBMJC64Z cloudfront_privatekey_filename: default-cloudfront-signing-key.pem host: s3.us-east-1.amazonaws.com port: "443" s3_access_key: ****** s3_bucket: quaycf0930 s3_secret_key: ****** storage_path: /quay360