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/access_key_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ service AccessKeyService {
option deprecated = true;

option (service_deprecation_details) = {
effective_at: "2026-09-01"
effective_at: "2026-10-01"
description: "Access keys v1 API is deprecated. Please use the v2 API instead. All existing keys remain accessible through the v2 API."
description_cli: "Please use the 'iam v2 access-key' command instead. All existing keys remain accessible through the new command."
};
Expand Down