We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 371c0c2 commit 03a0f60Copy full SHA for 03a0f60
1 file changed
v1/providers/nebius/credential.go
@@ -15,8 +15,8 @@ const defaultNebiusLocation = "eu-north1"
15
// NebiusCredential implements the CloudCredential interface for Nebius AI Cloud
16
type NebiusCredential struct {
17
RefID string
18
- ServiceAccountKey string `json:"sa_json"` // JSON service account key
19
- TenantID string `json:"tenant_id"` // Nebius tenant ID (top-level organization)
+ ServiceAccountKey string `json:"service_account_key"` // JSON service account key
+ TenantID string `json:"tenant_id"` // Nebius tenant ID (top-level organization)
20
}
21
22
var _ v1.CloudCredential = &NebiusCredential{}
0 commit comments