Created
December 20, 2018 21:51
-
-
Save Tim-Schwalbe/85718020370fc3f149fd092d4c0f3842 to your computer and use it in GitHub Desktop.
base64 encode service accounts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
base64_encoded_service_account=$(base64 -w 0 keyfile.json) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment