Kemal
Kemal
Launch templates were implemented in https://github.com/cloudquery/cloudquery/pull/8675
Image Launch Attributes would mean calling [ec2.DescribeImageAttribute](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeImageAttribute.html) for each AMI but the problem is if we want other types of attributes we need to multiply the calls to fetch each...
To select an AWS Profile from the credentials file, `AWS_PROFILE` env var can be used, as such: ```shell AWS_PROFILE="profile-name" cloudquery sync aws.yml ``` More AWS env var wisdom can be...
The invoice periods might not be supported 100% - We don't support them specifically by converting them to custom date ranges, but the view query API has `TimeframeTypeBillingMonthToDate` and `TimeframeTypeTheLastBillingMonth`...
@nmeneil Copying from discord: The error message `user: lookup userid 0: invalid argument` suggests it's a system related issue, are there any other differences (image version, etc) between the setup...
@ndavies-om1 Which version is working for you? We weren't able to reproduce this issue I think.
@von-cloudops Hi, thanks for reporting. I'm having trouble reproducing this, can you please tell me which Okta application (or is it a custom one?) you are having this issue with?...
Closing as stale, @von-cloudops if you're still hitting this issue please comment and I'll re-open
@nkvon Hi, thanks for reporting. I'm having trouble reproducing this, can you please tell me which Okta application (or is it a custom one?) you are having this issue with?...
@nkvon Looks like it's having trouble with an `OpenIdConnectApplication`... To reproduce, I tried setting up an OIDC IdP as test but didn't even get an entry in applications. So my...