Mike Brancato
Mike Brancato
It looks like the support for `RecursiveField` added in #109 is no longer working. The Swagger UI won't load and presents an error. I noticed there is no test for...
Currently, when `MemoryObjectReceiveStream.close()` is called, it completes the `asyncio.Event` for the senders, this should allow any senders awaiting the Event to continue. https://github.com/agronholm/anyio/blob/48efdec45e70a833cc939c1d2752f24e29d1bf0b/src/anyio/streams/memory.py#L142-L145 But it does not remove the sender...
For Vault, the auth methods for GCP, Azure, Kubernetes, and JWT (maybe more?) are all really using JWT login, would it make sense to: 1. Add generic JWT auth method...
Is the path of `v1/venafi` correct here or should this be `v1/subca` based on the guide / example? https://github.com/hashicorp/vault-guides/blob/ae3f6e17ad6311a680185622aff692e70e0717d3/secrets/vault-venafi-pki-integration/5_init_subca.sh#L54-L55 maybe the mount path should be a variable in the script...
**Describe the bug** **Updated:** When deploying the helm-operator, the namespaced resources are not rendered with `namespace` metadata when using `helm template`. This may be a bug in Helm. This works...
This adds a new exported function to return a `sentry.Stacktrace` with a customized stack frame offset. Fixes #458
## Summary It's very likely that as an application grows, developers will seek to abstract some foundational things they may need such as logging, etc. And additionally, manually capturing Sentry...
In the Metricbeat dashboards, the CPU usage is for a single core. This leads to CPU usages > 100% in the top hosts by CPU visualization. I fixed this by...
### Describe the bug If after deploying a `HelmRelease` object the `spec.targetNamespace` is later changed, the flux controller will create a new deployment, etc in the newly specified namespace. However,...
Is there a way that we can prevent notifications for "changes" to resources that are not being changed? I don't know the best way to actually determine if changes were...