Skip to content

Commit 03a0f60

Browse files
authored
change name of sa json (#65)
change name
1 parent 371c0c2 commit 03a0f60

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

v1/providers/nebius/credential.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ const defaultNebiusLocation = "eu-north1"
1515
// NebiusCredential implements the CloudCredential interface for Nebius AI Cloud
1616
type NebiusCredential struct {
1717
RefID string
18-
ServiceAccountKey string `json:"sa_json"` // JSON service account key
19-
TenantID string `json:"tenant_id"` // Nebius tenant ID (top-level organization)
18+
ServiceAccountKey string `json:"service_account_key"` // JSON service account key
19+
TenantID string `json:"tenant_id"` // Nebius tenant ID (top-level organization)
2020
}
2121

2222
var _ v1.CloudCredential = &NebiusCredential{}

0 commit comments

Comments
 (0)