yandex-cloud / python-sdk

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

make requests to IAM using specified endpoint instead of default #67

Closed s0neq closed 1 year ago

s0neq commented 1 year ago

it's possible to set different API endpoint in SDK, but now authentication with a service account will go to default API endpoint. this PR is meant to fix that

l0kix2 commented 1 year ago

Fix the imports order please, currently the linters are failing.