Carlo Cassanelli
Carlo Cassanelli
@Haarolean yes it works with 0.3.3
I'm using Java 11 and kafka 3.2.3 (latest version) Kafka broker is configured like this: **server.properties** - SASL_SSL listener - sasl.enabled.mechanism=GSSAPI - sasl.kerberos.service.name=kafka **kafka_server_jaas.conf** KafkaServer { com.sun.security.auth.module.Krb5LoginModule required useKeyTab=true storeKey=true...
@Haarolean i tried to set allow_weak_crypto = true under [libdefaults] in krb5.conf, but i still get the same error. I'm still currently using version 0.3.3 and it works
@Haarolean i just found and resolved the error. Basically, the difference from the image 0.3.3 is that it was running as root while the newest versions of the UI run...
What's the status here? How can be audit logs for kubernetes / openshift configured as source in vector? Is file source a good option?
We had the same issue.
I could successfully send OpenShift Alerts to Microsoft Teams channels using the following:  ### Adaptive Card Template ``` { "type": "AdaptiveCard", "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "version": "1.4", "body": [ { "type":...
@andrewlecuyer Postgres is running. The instance is 5/5 Ready and Running. These are the logs ``` 2024-09-04 14:54:17,796 INFO: no action. I am (pg-instance-0), the leader with the lock 2024-09-04...
@keithf4 I checked and we still have issues: ``` ts=2025-01-09T12:12:48.787Z caller=namespace.go:236 level=info err="Error running query on database \"localhost:5432\": ccp_pg_settings_checksum pq: cannot open relation \"pg_settings_hash\"" ts=2025-01-09T12:12:48.822Z caller=namespace.go:236 level=info err="Error running query...
> Hi! How Are you installing the charts? Via ArgoCD, I used ghcr.io/external-secrets/charts/external-secrets:0.16.2 from the GitHub OCI Registry