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

fix: config minio secure and skip https authentication #304

Merged
merged 1 commit into from
Nov 29, 2023

Conversation

0xff-dev
Copy link
Collaborator

What type of PR is this?

/kind bug

What this PR does / why we need it

fix: config minio secure and skip https authentication

Which issue(s) this PR fixes

Fixes #

Special notes for your reviewer

@nkwangleiGIT
Copy link
Contributor

looks like graphql-server/go-server/pkg/minio/client.go should d some refactoring

  1. client3 "github.com/kubeagi/arcadia/graphql-server/go-server/pkg/client"
    don't use name of client1/client2/client3 as they're unused names
  2. check if the lock inside GetClients can do some optimization, and should we use separate method for client and coreclient, so the caller can get the client as required.

@bjwswang bjwswang merged commit 1121e10 into kubeagi:main Nov 29, 2023
9 checks passed
@0xff-dev 0xff-dev deleted the fix-minio-secure branch November 29, 2023 10:03
nkwangleiGIT pushed a commit to nkwangleiGIT/arcadia that referenced this pull request Dec 1, 2023
fix: config minio secure and skip https authentication
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants