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
Implement a cache daemon that can move the cache into place quickly on demand
- a long running background process we'll deploy as a daemonset on k8s nodes
- moves the cache into place via hardlinking the golden copy from a shared location
- operates using the host filesystem, and thus has pretty priviledged access
Copy file name to clipboardexpand all lines: Contributing.md
+4
Original file line number
Diff line number
Diff line change
@@ -182,3 +182,7 @@ We also need to build the server docker image and push it to Gadget's container
182
182
```bash
183
183
make upload-container-image version=0.0.x
184
184
```
185
+
186
+
### Getting PASETO tokens locally
187
+
188
+
You can sign PASETO tokens locally with this handy online tool: https://token.dev/paseto/. Ensure you use the V2 algorithm in the public mode, and copy the PASTEO public and private key from the `development` folder.
0 commit comments