Skip to content

Commit 5bbda7b

Browse files
committed
use PubSub JWT auth for security instead of the hardcoded static key
1 parent dffaf31 commit 5bbda7b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

TODO.md

-4
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@
44

55
* P2 Memory consumption: Even an empty AppEngine app (not Iris, just a Hello World with 3 lines of code in total) crashes on out-of-memory for the smalled AppEngine instance. Google has confirmed this. See if there is a workaround. This will save money.
66

7-
* P2 PubSub push endpoint security:
8-
Note: The token by itself is not very secure, though Google has at times recommended this approach.
97

10-
[Use JWT](https://cloud.google.com/pubsub/docs/push)
11-
128

139
* P3 Label immediately after an event in certain cases, as opposed to using a daily cron as is now done.
1410
* Cloud SQL Instances

0 commit comments

Comments
 (0)