We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc5f01e commit ab9f96eCopy full SHA for ab9f96e
.changeset/fix-service-account-key-cleaning.md
@@ -0,0 +1,10 @@
1
+---
2
+'@ydbjs/auth-yandex-cloud': patch
3
4
+
5
+Fix Service Account provider: clean private key in constructor
6
7
+- Move private key cleaning from JWT creation to constructor for better performance
8
+- Remove unnecessary log about warning line detection
9
+- Add key ID to debug logs for better traceability
10
+- Directly modify key.private_key instead of creating new object
0 commit comments