-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement support for ServiceAccount auth #29
Comments
May be, for now, there is way I can request new oauth token to renew it from code automatically? |
Please avoid using OAuth tokens for any type of automation. Instead, it's recommended to utilize a service account with an authorized key. Here are a few approaches to consider:
These methods ensure secure and efficient authorization for automated processes. |
Looks like what I need, thank you! |
Currently you can only use Metadata and OAuth token for auth. Metadata is not applicable for all use cases since it requires your service to run on Yandex Cloud, but OAuth gets expired after one year with is not good also. So service account auth option since it has no expiration problem and not coupled to YC's infrastructure
The text was updated successfully, but these errors were encountered: