nitriding-daemon icon indicating copy to clipboard operation
nitriding-daemon copied to clipboard

Tool kit for building secure, scalable, and networked services on top of AWS Nitro Enclaves.

Results 25 nitriding-daemon issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Pending Status Checks These updates await pending status checks. To force their creation...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | golang.org/x/crypto | `v0.22.0` -> `v0.23.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/golang.org%2fx%2fcrypto/v0.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/prometheus/client_golang](https://redirect.github.com/prometheus/client_golang) | `v1.15.1` -> `v1.20.4` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fprometheus%2fclient_golang/v1.20.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fprometheus%2fclient_golang/v1.20.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

One way to go about this is to ask for an attestation document and check if its PCR values are set. An enclave that's launched in debug mode has all...

enhancement
good first issue

While testing nitriding with `-appcmd`, I noticed the the application logs were inconsistent on every run (even though the application was failing for the same reason each run). If an...

For our STAR randomness server deployment, we want the ability to load an enclave application at runtime. This can happen in various ways, like via an HTTP API (e.g., we...

enhancement

# Keysync race Race conditions with key propagation mean it's important that the inner application adopt new state whenever it's received through the keysync procedure. We're [written](#10) state transfer as...

Right now nitriding command-line arguments which regularly vary between deployments, like the fqdn and prometheus ports, are part of the image. That's nice in that it reduces the communications which...

Similar to the one we have here: https://github.com/brave/constellation-processors/blob/b7b17dfddb0c8c6fbbfc754e74058fdc0f2d884d/src/prometheus.rs#L51-L54 Create custom alert in Prometheus for when response times become too high.

The Makefile generates a coverage report as of #17. It could be helpful to publish this from ci runs as well as being able to run it locally.

documentation
enhancement
infrastructure