Casey Link

Results 125 issues of Casey Link

cloud-hypervisor supports passing smbios strings on the command line with `--platform oem_strings=[io.systemd.credential:bootstrap_secret=supersecret]` This was added in: - Issue: https://github.com/cloud-hypervisor/cloud-hypervisor/issues/4319 - PR: https://github.com/cloud-hypervisor/cloud-hypervisor/pull/4446 However, those command line args are visible in...

good first issue

### Describe the bug Cannot provide `MB_ENCRYPTION_SECRET_KEY_FILE` as an env var to the metabase container. ### To Reproduce 1. Create container with a secret in a file and an env...

Type:New Feature
Operation/Docker

### What version of Datahike are you using? 0.6.1596 ### What version of Java are you using? 21.0.5 ### What operating system are you using? Linux ### What database EDN...

bug
triage

Middleware supplied to the `ring-handler` function could not be resolved from the middleware registry, because the router options (which contain the registry) were not being propagated. Fixes #738

## The following works for interceptors: ```clojure ;; 1. Define a router with an interceptor registry (def router (http/router routes {:reitit.interceptor/registry {:some-interceptor ...}})) ;; 2. create the ring-handler with top...

### Given: ```clojure (require '[reitit.http :as http] '[reitit.http.coercion :as coercion] '[reitit.http.interceptors.parameters :as parameters]) (def api-chain [parameters/parameters-interceptor coercion/coerce-response-interceptor coercion/coerce-request-interceptor]) (def my-interceptor {:enter (fn [ctx] ctx)}) (http/router ["/" {:interceptors [api-chain my-interceptor]}]) ```...

enhancement

I was trying to turn [telemere](https://github.com/taoensso/telemere) signals into maps that were suitable for display with `:portal.viewer/log` and ran in to several problems: 1. The `:result` key is required, even the...

Hi! I would like to use a gost config file in a situation where I want the credentials for a connector loaded from a file, instead of being passed in...

This commit implements `microvm.credentialFiles` a mechanism for passing credentials into guest vms from the host. Currently only support for qemu is implemented as I want to test the waters to...

The cloud-hypervisor command line interface unfortunately doesn't support multiple instances of the same arg with a different value, so we have to resort to these extra module options rather than...