Daniel Schroeder

Results 19 issues of Daniel Schroeder

Related to https://github.com/udondan/cdk-ec2-key-pair/issues/38 So far, this is a partial implementation. Haven't found a way to generate the pulbic key for ed25519 vie forge.

help wanted

Silo forwards the SSH socket into the container. Docker for Mac does currently not support mounting sockets into a container. Therefore the users ssh key (which gets mounted) is used....

enhancement

This code compiles with a couple thousand of warnings like this: ``` lib/generated/x-ray.ts:467:1 - message JSII9998: Unsupported TypeAliasDeclaration node. This declaration will not be accessible from other languages. 467 export...

DO-NOT-MERGE

Many should be of type number, ARN or Date instead of string. For example `s3:object-lock-remaining-retention-days` should most probably be numeric instead of string

enhancement
effort: large

## :rocket: Feature Request ### Affected Languages - [ ] `TypeScript` or `Javascript` - [x] `Python` - [x] `Java` - [x] .NET (`C#`, `F#`, ...) ### General Information * **JSII...

feature-request
effort/large
p2

I tried cdk-dia today and it looks great. One thing I noticed is, it skips custom resources. Already tried to look into this but it appears this is not so...

### What is the problem? I have an ASG defined like so: ```ts const asg = new aws_autoscaling.AutoScalingGroup(this, 'asg', { ... machineImage: ami, }); ``` The blockDevices property of the...

other

I see some unmerged PR's attempting to fix issues. Even with those PRs I was not able to make this work on my system. Also since this has not been...

I really like this package and I would love to use it as a dependency in one of my packages. I was testing if multiple config files are supported, and...

enhancement
requires meteor package api improvement

Application details not set in windows exe. When running `Get-Command cfn-teleport`, the output is ``` Path : C:\ProgramData\Chocolatey\bin\cfn-teleport.exe Extension : .exe Definition : C:\ProgramData\Chocolatey\bin\cfn-teleport.exe Source : C:\ProgramData\Chocolatey\bin\cfn-teleport.exe Version : 1.0.0.0...

enhancement