yandex-cloud / python-sdk

Yandex.Cloud Python SDK
MIT License
75 stars 24 forks source link

SDK not working with new service account keys #79

Closed spirkaa closed 6 months ago

spirkaa commented 7 months ago

All new service account keys contains string before private key:

PLEASE DO NOT REMOVE THIS LINE! Yandex.Cloud SA Key ID <123>
-----BEGIN PRIVATE KEY-----
...

Validation in __validate_service_account_key https://github.com/yandex-cloud/python-sdk/blob/master/yandexcloud/_auth_fabric.py#L38 is no more valid and doesn't conform with standard https://datatracker.ietf.org/doc/html/rfc7468#section-2