Alexey Mikhaylov
Alexey Mikhaylov
Hello, I want to deploy Steampipe to Kubernetes using `turbot/steampipe` Docker image (perhaps derive from it later to add some plugins for faster startup). I would then set up a...
Hello, Are you planning to release it as a Hex package? Also, can you provide license information?
Hi I'd like to have the library to support SSE: https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/s3-example-server-side-encryption-with-kms.html As far as I can tell, the way to go would be to add new public fields to the...
In Terraform Cloud it is possible configure dynamic AWS credentials using OIDC-providers: https://developer.hashicorp.com/terraform/enterprise/workspaces/dynamic-provider-credentials/aws-configuration For workspaces with multiple AWS provider configurations, TFC would inject variable `tfc_aws_dynamic_credentials`: ```hcl variable "tfc_aws_dynamic_credentials" { description...
### What resources or data sources are affected? resource_datadog_aws_integration ### Feature Request At the moment, [datadog_aws_integration](https://registry.terraform.io/providers/DataDog/datadog/3.35.0/docs/resources/integration_aws) resource cannot be imported from configuration using [`import`](https://developer.hashicorp.com/terraform/language/import) block, because of requirement of providing...
### What happened? Hi, I attempted to generate a Crossplane provider with Upjet for [PostgreSQL Terraform provider](https://registry.terraform.io/providers/cyrilgdn/postgresql/latest), but discovered that generated controllers do not watch referenced resources. Take, for example,...
Previously, the only way to configure proxying requests to Postgres through a SOCKS5 proxy server was to set `ALL_PROXY` environment variable. However, this could have unintended side effects and impact...
### Description of your changes Currently, even when command-line flag `--enable-external-secret-stores` is passed to the generated provider, the feature is not enabled. Apparently, `o.Features.Enable(features.EnableAlphaExternalSecretStores)` was missing from the generated code....
This allows using Gitleaks with GitHub Merge Queues. See the following links for more information about the feature: - [GitHub Merge Queues description][1] - [`merge_group` webhook event][2] Fixes #118 [1]:...