hayden
hayden
https://kubernetes.io/docs/concepts/security/pod-security-standards We'll want to start working towards adhering to at least the `baseline` standard and eventually `restricted`. While most of that will fall onto the https://github.com/kaleido-io/firefly-helm-charts manifests, we do need...
With #503 we added a ton of great metrics including counters for messages (in their various states) and token transfers. For those counters (as well as any another that represents...
**What this PR does / why we need it**: This adds the ability to specify PVC annotations in the volume claim templates of all StatefulSets in the chart (read, write,...
Following up from https://github.com/hyperledger/firefly/pull/1074, if you attempt to PATCH a node's identity profile for say a cert rotation: ``` PATCH /api/v1/identities/{iid} { "profile": { "cert": "..." } } ``` This...
https://github.com/search?q=repo%3Ahyperledger%2Ffirefly%20MsgActionNotSupported&type=code whenever a certain action is not supported, whether its because multi-party is not enabled or because a specific plugin is not enabled on the namespace, the above error is...
I was creating two token pools programmatically and seemed to have caused a SQL transaction rollback that caused a panic / crash. I was only able to get the following...
Meant to close #119 . Need to add `podAnnotations` support and do some more testing before considering this ready. Believe bc `tolerations` is in the pod spec it works for...
Similar to https://github.com/hyperledger/firefly/issues/189, it'd be great if the tokens connector had Prometheus metrics for API call count and durations, tokens transferred / minted / burned and etc. We can leverage...
**Is your feature request related to a problem? Please describe.** https://cert-manager.io/docs/usage/certificate/#cleaning-up-secrets-when-certificates-are-deleted is great and was implemented to solve past issues in this area. However, we feel we have valid use...
Similar to https://github.com/hyperledger/firefly/issues/189, it'd be great if the tokens connector had Prometheus metrics for API call count and durations, tokens transferred / minted / burned and etc. We can leverage...