From d1fd08e31fd27f613e5714a43991c06f2c88deaf Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 25 Jan 2026 19:10:14 -0800 Subject: [PATCH] config: set ServiceAccountsDirectory to /etc/iam/service_accounts --- .../credential/filer_multiple/filer_multiple_service_account.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weed/credential/filer_multiple/filer_multiple_service_account.go b/weed/credential/filer_multiple/filer_multiple_service_account.go index c3511cd4c..f59130414 100644 --- a/weed/credential/filer_multiple/filer_multiple_service_account.go +++ b/weed/credential/filer_multiple/filer_multiple_service_account.go @@ -12,7 +12,7 @@ import ( ) const ( - ServiceAccountsDirectory = "/etc/seaweedfs/service_accounts" + ServiceAccountsDirectory = "/etc/iam/service_accounts" ) func (store *FilerMultipleStore) CreateServiceAccount(ctx context.Context, sa *iam_pb.ServiceAccount) error {