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
2 changes: 1 addition & 1 deletion nebius/iam/v1/federated_credentials.proto
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ message FederatedCredentialsSpec {
}

// Federated subject ID.For oidc_provider subject will be calculated based on the “sub” claim of the JWT federation token.
string federated_subject_id = 101 [(buf.validate.field).required = true];
string federated_subject_id = 101;

// IAM subject, in which federated subject will be impersonated to. E.g. for workload identities it will be IAM service account.
string subject_id = 111 [(buf.validate.field).required = true];
Expand Down