Jordan Pittier
Jordan Pittier
Hi, I had a PG expert examine our PG installation and he mentioned that our function `pganalyze.get_column_stats()` could be unsafe, linking to this article https://www.cybertec-postgresql.com/en/abusing-security-definer-functions/ Is there a security risk...
**Steps to reproduce the issue:** 1.Have a PG partitioned table **Describe the results you received:** Its size is not tracked by [these](https://github.com/DataDog/integrations-core/blob/f26086b2f8ab1ba7a33adffaf85ab601b7701e31/postgres/datadog_checks/postgres/relationsmanager.py#L95) metrics **Describe the results you expected:** I'd like...
### Proposal Currently, the Kafka module spawns a container that doesn't properly handle signals (term/int). The following (next) unit test reproduces the issue: ```go func TestKafkaGracefulShutdown(t *testing.T) { ctx :=...
Helm supports the `--set name={a, b, c}` syntax, as documented [here](https://github.com/helm/helm-www/blob/bd9dc63a012959a8e91005b8471547fbc6fe09cd/content/docs/intro/using_helm.md#the-format-and-limitations-of---set) We may want to support something like this.
Hi, Thanks for the wonderful program ! ```yaml apiVersion: admissionregistration.k8s.io/v1 kind: ValidatingWebhookConfiguration metadata: name: cnpg-validating-webhook-configuration webhooks: - admissionReviewVersions: - v1 clientConfig: service: name: cnpg-webhook-service namespace: cnpg-system path: /validate-postgresql-cnpg-io-v1-backup failurePolicy: Fail...
Hi, You probably have not control over how the `pd-csi` daemonset is deployed on GKE, but I am taking my chance. After upgrading to GKE 1.28, some `gce-pd-driver` containers started...
GCP now favors direct resource access with WorkloadIdentity Federation, as opposed to service account impersonation.
It's a bit odd to have `.tf` file executable. This patch changes the file permission from 0755 to 0644.
I tried to create a volume snapshot in europe-west12 but got `Failed to create snapshot: failed to take snapshot of the volume projects/XXX/zones/europe-west12-a/disks/pvc-da12fb90-1832-4e6c-9187-24f4ab3f64d9: "rpc error: code = InvalidArgument desc =...