Rémi Bardon
Rémi Bardon
With @moyowi, we rejected 2. and 3. for security reasons. An example would be: 1. Someone joins a networkgroup with IP address XXX.XXX.XXX.12 2. They crash 3. They are removed...
For now, we'll use the first option. If needed, we'll switch to option `5.`.
I just thought about something: If a user joins a networkgroup, has a problem, then joins it again, the `.id` file will be overwritten. I have two propositions in mind:...
It's not released yet, but we're talking about files on the machine running clever-tools. They will be stored in one's OS temporary folder (e.g. `/tmp`) and automatically deleted either by...
We would have preferred not storing files, but unfortunately WireGuard®'s `wg-quick` command doesn't take in-memory files 😕
Glad I could help 🙂
https://github.com/CleverCloud/clever-tools/issues/457#issuecomment-778221352 @Keruspe What's your thought on this?
Payloads encoding/decoding is broken until is fixed.
As I said in https://github.com/CleverCloud/clever-client.js/issues/43, I recently realised only the doc comments will be affected, `body` is passed as is. It will not break the CLI.
Just posting the TODO list again so I can check boxes: - [x] Move away from callback based `fs` to promise based `fs` - with `const { promises: fs }...