You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request.
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request.
If you are interested in working on this issue or have submitted a pull request, please leave a comment.
Description
Allow use of content of the service account key file in the environment variable YC_SERVICE_ACCOUNT_KEY_FILE in addition to the path to file, similar to what Terraform provider do.
Use Case(s)
Within pipeline stage you can export variable with a content of the key and not create unnecessary file which is a security concern.
…t variable `YC_SERVICE_ACCOUNT_KEY_FILE` (#82)
* Set up-to-date Ubuntu version
* Support SA Key file content JSON format in `YC_SERVICE_ACCOUNT_KEY_FILE`
Closes#39
* Update generated docs
---------
Co-authored-by: Wilken Rivera <[email protected]>
Community Note
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request.
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request.
If you are interested in working on this issue or have submitted a pull request, please leave a comment.
Description
Allow use of content of the service account key file in the environment variable YC_SERVICE_ACCOUNT_KEY_FILE in addition to the path to file, similar to what Terraform provider do.
Use Case(s)
Within pipeline stage you can export variable with a content of the key and not create unnecessary file which is a security concern.
Potential References
Similar configuration option in Terraform provider: https://registry.terraform.io/providers/yandex-cloud/yandex/latest/docs#service_account_key_file
The text was updated successfully, but these errors were encountered: