Michał
Michał
This PR adds a new optional `branch` plugin property to the manifest. Setting this property in the plugin manifest will clone/pull the plugin artifact from that branch rather than the...
This is a small bugfix for an issue where plugins are using the TrueNAS/FreeNAS version during plugin artifact fetching instead of the `release` version specified in the plugin manifest. Make...
GitHub secrets are automatically masked in the action logs, but setting `action_comment` to `true` for e.g. `cdk synth` prints the real secret values directly inside the PR comment. This can...
Implement support for new `hs2019` algorithm together with PSS digital signature algorithm in order to follow the latest [v12 draft](https://tools.ietf.org/html/draft-cavage-http-signatures-12) As the digital signature algorithm should now be derived from...
Add more tests for another RSA key and verify mixing private/public keys fails.
* Make sure `keyId` and `secret` exists and are not too large. * Add tests for the new requirements
Try implementing hs2019 support (using PSS). I've been reading through both these drafts: * https://tools.ietf.org/html/draft-cavage-http-signatures-12 * https://tools.ietf.org/html/draft-ietf-httpbis-message-signatures-00 But still find it a bit confusing on how the digital signature algorithm...