Andrey Kartashov
Andrey Kartashov
### Version io.vertx:vertx-mysql-client:4.3.2 ### Context I can't connect to RDS using [IAM auth](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html). ### Do you have a reproducer? https://github.com/amkartashov/vertx-mysql-iam-auth-bug This is a test app just to check IAM auth....
f.e. https://github1s.com/kubernetes/kubernetes/blob/HEAD/.bazelrc will show you symlink path instead of linked file content.
Main motivation: generate toolchain configuration for MacOS remote execution (which cannot use docker). Also can be used on Linux, f.e. when remote workers are VMs and not containers. -------------- Changes:...
### Questions I'm trying to implement RDS IAM Auth with hibernate-reactive which [uses vertx-sql-client pool](https://github.com/hibernate/hibernate-reactive/blob/5540b3cc0be768ed57141071b1c079117b67a5d1/hibernate-reactive-core/src/main/java/org/hibernate/reactive/pool/impl/DefaultSqlClientPool.java#L180). Basically, the single thing I need is to update password in connection options on new...
plugin crashes during apply: panic: runtime error: invalid memory address or nil pointer dereference
### Terraform CLI and Terraform MongoDB Atlas Provider Version ```hcl Terraform v1.3.2 on linux_amd64 + provider registry.terraform.io/hashicorp/aws v4.34.0 + provider registry.terraform.io/mongodb/mongodbatlas v1.4.6 ``` ### Terraform Configuration File No provider configuration,...
### Terraform Version ```shell 1.3.2 ``` ### Terraform Configuration Files ```terraformrc plugin_cache_dir = "$HOME/.terraform.d/plugin-cache" ``` ### Debug Output no debug ### Expected Behavior Multiple terraform processes should work fine with...
I need to set custom annotations on PVC created by operator CRDs. My usecase is to prevent PVC deletion if helm chart is uninstalled using annotation `helm.sh/resource-policy: keep`. For now,...
Snowflake connector does not accept connection properties in snowflake URL: https://github.com/snowflakedb/snowflake-kafka-connector/blob/4d358495ea172244ede28c42c39fb20b559f1fad/src/main/java/com/snowflake/kafka/connector/internal/SnowflakeURL.java#L53 We need to be able to pass [CLIENT_SESSION_KEEP_ALIVE](https://docs.snowflake.com/en/sql-reference/parameters.html#client-session-keep-alive) set to true. Without this settings connector fails with (after connection...
https://github.com/OT-CONTAINER-KIT/helm-charts/blob/cfe2734d3f2894fd6c62b4143a5ac01855297e33/charts/redis/templates/redis-standalone.yaml#L18C1-L20 ```yaml redisSecret: name: "{{ .Values.redisStandalone.redisSecret.secretName | quote }}" key: "{{ .Values.redisStandalone.redisSecret.secretKey | quote }}" ``` rendering with below values ```yaml redisStandalone: redisSecret: secretName: redis-secret secretKey: password ``` will produce:...