Gregor Riepl

Results 313 comments of Gregor Riepl

Well, the SOVERSION is something like the API level of a shared library. It is normally only incremented when breaking changes are introduced. I don't know how stable the API...

Thanks for the clarifications, this confirms what I suspected. I'm guessing this is the API that needs to be used for GAL searching? https://msdn.microsoft.com/en-us/library/aa563518%28v=exchg.140%29.aspx As LDAP contact searching is already...

I don't think it does, as I can happily create a single-day event on a local calendar and it will show up on that day only. Creating a spanning event...

@shrivastavshubham34 Yes, I think this isn't solveable, at least not in aws-cli. The very nature of SSO Login is that it requires you to set up a session token by...

Note that the documentation is split into separate pages, the one you probably need is the OpenID Connect API: https://docs.aws.amazon.com/singlesignon/latest/OIDCAPIReference/Welcome.html It seems to me that this is also the API...

Although I appreciate looking into this further, I doubt it will be possible to implement the full authentication workflow in aws-cli. As mentioned before, the AWS side has APIs available,...

> If you are just using the aws provider (or a few others), you could use [pre-built provider packages hosted on PyPi](https://pypi.org/project/cdktf-cdktf-provider-aws/) (or similar for other languages). Ok, very cool!...

Hmm, that doesn't seem to be enough for cdktf: ``` [Container] 2021/06/23 14:35:58 Running command cdktf synth ERROR: synthesis failed, run "cdktf get" to generate providers in imports ``` If...

I can confirm that this works as expected. Added benefit: I won't even need to install cdktf-cli into the build container any more. :smiley: