udf2457
udf2457
[Feature Request]: Add instance destruction protection option to exo compute instance create/update
### What feature would you like to have in the cli? Please add [instance destruction protection](https://openapi-v2.exoscale.com/operation/operation-add-instance-protection) to exo compute instance create/update.
### Which feature or improvement would you like to request? As far as I can tell, your first (and only ?) security audit occurred in [October 2023](https://stalw.art/blog/security-audit/). In the intervening...
### Which feature or improvement would you like to request? Looking at the docs, it doesn't look like there is support for S3 SSE-C (S3 encryption using supplied key). For...
### Which feature or improvement would you like to request? It would be great if you could add [SLSA provenance](https://slsa.dev/) to your releases. Currently the project doesn't even sign its...
On your download page, you publish Ubuntu binary artifacts. Please can you also publish Debian artifacts. No need for fancy `deb` packaging, just publishing binary artefacts would be sufficient. I...
My understanding is the default is that `rs/cors` takes care of the options headers ? (i.e. when `OptionsPassthrough` is undefined). However, e.g. ` curl -D - -H 'Origin: https://source.example.com' https://target.example.com/v1/reg...
At present "Backing up your system without running restic as root" is hidden away in the [Examples section](https://github.com/restic/restic/blob/master/doc/080_examples.rst) which is clearly the completely wrong place for the subject. I would...
Please consider adding [SLSA provenance](https://slsa.dev/) to your releases, e.g. via [GitHub Artifact attestations](https://github.blog/changelog/2024-06-25-artifact-attestations-is-generally-available/)
`mc mv` returns non-zero on an empty source bucket. This causes problems with scripts that check for bad exits, i.e. `mc mv .... || report_bad_stuff` It would be nice to...
Please add [SLSA provenance ](https://slsa.dev/)to your releases. It is easy to do on on Github, for example: https://github.com/slsa-framework/slsa-github-generator/blob/main/internal/builders/generic/README.md#provenance-for-goreleaser https://goreleaser.com/blog/slsa-generation-for-your-artifacts/#slsa-github-generator Background info: https://docs.sigstore.dev/signing/overview/