Skip to content
Merged
Changes from all commits
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
4 changes: 2 additions & 2 deletions v1/providers/nebius/credential.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ const defaultNebiusLocation = "eu-north1"
// NebiusCredential implements the CloudCredential interface for Nebius AI Cloud
type NebiusCredential struct {
RefID string
ServiceAccountKey string `json:"sa_json"` // JSON service account key
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)
}

var _ v1.CloudCredential = &NebiusCredential{}
Expand Down
Loading