Badal Davda

Results 11 comments of Badal Davda

Was able to work on something similar :) Hope it helps - ``` Resources: domainName1: Type: 'AWS::ApiGateway::DomainName' Properties: DomainName: k.badaldavda.xyz CertificateArn: >- arn:aws:acm:us-east-1:xxx:certificate/103217f9-884b-4d6d-9ac6-ba7500e61029 domainName2: DependsOn: Delay2 Type: 'AWS::ApiGateway::DomainName' Properties: DomainName:...

With cri its straightforward -- --tlscert value path to TLS client certificate --tlskey value path to TLS client key https://github.com/containerd/containerd/blob/main/docs/hosts.md#ctr But with hosts.toml this is not clear. When I use...

Hello @phillebaba thanks for quick turnaround on this. Actually we don't have a hosts.toml file. It gets created automatically with hosts on 30020 and 30021 with local ipv4 of the...

Also, I think it would be better that instead of creating a new hosts.toml file, it would be better if we copy it if its already present. Is it currently...

> Yes I think the solution is to modify existing toml files instead of replacing them. > > The current implementation is slightly optimistic when it comes to writing mirror...

Hello @phillebaba, Thanks for adding the flag. But the problem that we are facing is that we are not sure exactly how do we add these certs in hosts.toml file...

Hi @phillebaba and the spegel team, Thank you for the excellent work on the spegel project. We've been trying to use it in our application, but we're facing an issue...

Also, if you can assist us by adding following in the debug log - 1. hosts.toml file configuration that gets passed 2. client.key and client.cert blocks getting passed 3. Capability...