Benjamin Alpert

Results 7 issues of Benjamin Alpert

**What happened**: DynamoDB is currently limited to AWS instances only. This reduces the capability to deploy Teleport in non-AWS related environments. Noteworthy projects are: - https://github.com/dwmkerr/docker-dynamodb - https://github.com/scylladb/scylla -> https://www.scylladb.com/2019/09/11/scylla-alternator-the-open-source-dynamodb-compatible-api/...

documentation
aws

Operator Version: 2.1.1 Opensearch Version 1.3.6 (cannot update due to software dependency) When I am creating an `opensearchCluster` the pods are deployed and the cluster is available after some time....

enhancement

I am currently configuring outline for my setup. With `opts = { outline_window = { wrap = true }, outline_items = { show_symbol_details = true } }` the wrapping only...

enhancement
up for grabs

# Summary Similar to https://github.com/ironcore-dev/ironcore/issues/1114 the same `Reclaim Policy` should be available for `Virtual IP` resources. ## Basic example ``` apiVersion: compute.ironcore.dev/v1alpha1 kind: Machine metadata: name: machine spec: networkInterfaces: -...

enhancement
api-change

# Summary A `NetworkInterface` exposes the possibility to configure either a predefined `Virtual IP`resource or have it ephemerally managed by a template configuration (see https://github.com/ironcore-dev/ironcore/blob/main/api/networking/v1alpha1/networkinterface_types.go#L50-L56). Other `Networking` resources such as...

enhancement
api-change

# Summary When creating a `Machine` resource there is the possibility to create the resource with an ephemerally managed `Volume` resource. The resulting `Volume` will show an `ownerReference` entry pointing...

enhancement
api-change

### Feature Description Hi, thanks for this awesome work. My use case is the following: when accepting an item from the completion list, based on the key I have used...

feature