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

Multitenancy on minio #278

Merged
merged 15 commits into from
Jan 10, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
change service_test
SergioLangaritaBenitez committed Jan 9, 2025
commit 1f1183a5e0e0869b189f52179d210cad8b50f739
3 changes: 1 addition & 2 deletions pkg/types/service_test.go
Original file line number Diff line number Diff line change
@@ -277,8 +277,7 @@ interlink_node_name: ""
allowed_users: []
mount:
storage_provider: ""
path: ""
`
path: ""`

str, _ := testService.ToYAML()


Unchanged files with check annotations Beta

cfg, server := createMinIOConfig()
client, _ := MakeMinIOAdminClient(&cfg)
err := client.PrivateToPublicBucket("testbucket")

Check failure on line 115 in pkg/utils/minio_test.go

GitHub Actions / test

not enough arguments in call to client.PrivateToPublicBucket
if err != nil {
t.Errorf("Error creating MinIO user: %v", err)