Malte Janduda

Results 16 issues of Malte Janduda

Hi, is there a way to do mutual TLS authentication between the client and grpc-gateway? I'd like to check if the client's public key is in a list or the...

help wanted
documentation

During gardenlinux build a DNS lookup at Google's 8.8.4.4 is tried. On a IPv6-only+NAT64 build machine this fails. Instead of using 8.8.4.4 the resolver configured at the build machine should...

kind/bug

I have added an environment variable "BOSH_LITE_ASSOCIATE_PUBLIC_IP" which defines wether to associate a public ip to a VPC instance or not. Further the private/public ip output is adjusted.

There's still lots of outdated docs, which reference the `build.sh`. We should remove those docs/replace them with info reflecting the builder build-process. We should not describe details of how the...

enhancement
low-hanging-fruit

It would be great to use multiple vulcand instances with shared TLS sessions. To support session resumption we would need to share the TLS session cache. I can imagine multiple...

enhancement

- [x] Compiling Qemu and adding to initramfs - [ ] Check if Qemu is able to run within auraed environment - [ ] Add API methods to create VMs...

Access Granted

We need to implement a graceful shutdown flow. This flow must be executed when auraed gets a SIGTERM signal, the power button is pressed (if executed as pid 1) or...

We should expose Kernel logging via the API, so it can be picked up by a client. As we will also need stdout and stderr streams of all processes auraed...

PID 1

When running as pid 1, auraed has to care about network interface configuration. By using netlink and the Linux kernel we can configure static IPv4 and IPv6 addresses and SLAAC...

PID 1