]> git.cworth.org Git - turbot/commit
Add notes on how to update the Google sheets credentials master
authorCarl Worth <cworth@cworth.org>
Wed, 4 Jan 2023 02:54:09 +0000 (18:54 -0800)
committerCarl Worth <cworth@cworth.org>
Wed, 4 Jan 2023 02:57:28 +0000 (18:57 -0800)
commite9e0fb6c1295ff7de6e3c3d1c85b69ed9010d751
treea09a1a3fe5942e19f686bbc0686d8544d550140b
parent1ae7779203646ce8464e4349f7e78e6abd172848
Add notes on how to update the Google sheets credentials

I had to reverse engineer this a little bit prior to the 2023 Mystery
Hunt, (by trying to use the "New Hunt" button in Turbot and finding an
error of "invalid_grant: Bad Request" coming from
gsheets_creds.refresh(Request()) in the CloudWatch logs for the turbot
lambda).

The new instructions here tell the admin how to update the Gsheets
credentials (by running ./gsheets-authenticate.py) and how to take the
value that results (in the .gsheets-pickle.base64 file) and put it
into the SSM parameter named GSHEETS_PICKLE_BASE64 in ASM Systems
Manager in the AWS interface.
README