Git Product home page Git Product logo

Comments (3)

mts-dyt avatar mts-dyt commented on May 24, 2024 1

I finally managed to install a MinIO gateway to Azure Blob Storage.
As this feature is deprecated by MinIO, here is the last usable version for Azure Gateway:

HELM REPO:    https://charts.min.io/
HELM VERSION: 11.2.15
APP_VERSION:  2022.4.29

Helm custom values should look like:

persistence:
  enabled: false

gateway:
  enabled: true
  type: azure
  replicaCount: 1
  auth:
    azure:
      accessKey: <YATAI_ACCESS_KEY>
      secretKey: <YATAI_SECRET_KEY>
      serviceEndpoint: <STORAGE_ACCOUNT_ENDPOINT>
      storageAccountName: <STORAGE_ACCOUNT_NAME>
      storageAccountKey: <STORAGE_ACCOUNT_ACCESS_KEY>

On my side, this issue can be closed as the new nginx annotation is available: yatai.ai/enable-ssl

from yatai.

yetone avatar yetone commented on May 24, 2024

@mts-dyt Thanks for the feedback!

The default minio component is intended to be used in a test environment, you can specify external S3 during installation so that minio will not be installed.

It is designed to work out of the box, and we automatically generate the domain name and certificate to save users valuable time from having to manually configure it themselves.

If you really want to use our minio installation, you can do so by modifying the yatai-minio ingress resource under the yatai-components namespace, but of course, yatai will remove the logic to automatically install minio and docker-registry later

from yatai.

mts-dyt avatar mts-dyt commented on May 24, 2024

@yetone , when customizing the Yatai ingress with my own domain without SSL, the bento push command still refers to https:

Error: [cli] `push` failed: request failed with status code 400: {"error":"pre sign s3 upload url: get bucket yatai exist: Get \"https://minio-yatai-infra-cluster.<domain>.io/yatai/?location=\": x509: certificate is valid for ingress.local, not minio-yatai-infra-cluster.lychee.<domain>.io"}

update: This is fixed in v0.3.11 with the annotation yatai.ai/enable-ssl: false

from yatai.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.