Replies: 1 comment 1 reply
-
@dannotes RabbitMQ 3.12.x is out of community support. RabbitMQ is entirely unaware of Azure or any specific Kubernetes flavor. We won't help you troubleshoot Azure Kubernetes-specific behavior even if it was with 4.0.x, and you haven't shared any logs for us to work with anyway. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am facing challenges integrating RabbitMQ with Azure Key Vault using the Secrets Store CSI Driver in my Kubernetes environment.
Environment
Reproduction steps
SecretProviderClass
to fetch TLS certificates and credentials from Azure Key Vault.SecretServiceProvider.yaml
rabbitmq-cluster-definitions.yaml
rabbitmq-cluster.yaml
Expected behavior
The RabbitMQ cluster should start successfully with secrets populated from Azure Key Vault.
Additional context
The RabbitMQ deployment fails due to missing secrets, even though they are configured in Azure Key Vault and referenced in the
SecretProviderClass
.Additional Information
secrets-store.csi.k8s.io/used: "true"
, but the secrets remain empty in Kubernetes even after deploying using cluster operator that references theSecretProviderClass
.Please advise on how to resolve this integration issue or if there are any known limitations with this setup.
Beta Was this translation helpful? Give feedback.
All reactions