Skip to content

Instantly share code, notes, and snippets.

View msslava's full-sized avatar
🏠
Working from home

Viacheslav Matiushin msslava

🏠
Working from home
View GitHub Profile
1. Создадим сервисный аккаунт:
yc iam service-account create --name service
2. Добавим роль нашему сервисному аккаунту:
yc resource-manager folder add-access-binding default \
--role editor \
--subject serviceAccount:<ID_SERVICE_ACCOUNT>
3. Создадим ключи доступа для аккаунта service:
yc iam access-key create --service-account-name service \