You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run helm install schema-registry bitnami/schema-registry -f values.yaml
The installation fails with an error requiring JKS files even though we're using AWS-managed certificates:
kafka: auth.kafka.jksSecret
A secret containing the Schema Registry JKS files is required when TLS encryption is enabled
What is the expected behavior?
The Helm chart should successfully install without requiring JKS files when using AWS MSK with SSL, as certificate management is handled by AWS MSK service.
Additional information
Using AWS MSK for Kafka cluster
Certificates are managed by AWS
Schema Registry is being deployed on EKS
No manual JKS management is needed in the AWS MSK environment
We already have several applications deployed on EKS successfully communicating with MSK without any additional certificate configuration, which makes this JKS requirement seem unnatural and inconsistent with our existing setup.
The text was updated successfully, but these errors were encountered:
Name and Version
bitnami/schema-registry 7.8.0
What architecture are you using?
amd64
What steps will reproduce the bug?
helm install schema-registry bitnami/schema-registry -f values.yaml
What is the expected behavior?
The Helm chart should successfully install without requiring JKS files when using AWS MSK with SSL, as certificate management is handled by AWS MSK service.
Additional information
Using AWS MSK for Kafka cluster
Certificates are managed by AWS
Schema Registry is being deployed on EKS
No manual JKS management is needed in the AWS MSK environment
We already have several applications deployed on EKS successfully communicating with MSK without any additional certificate configuration, which makes this JKS requirement seem unnatural and inconsistent with our existing setup.
The text was updated successfully, but these errors were encountered: