Scheduled maintenance on Saturday, 27 September 2025, from 07:00 AM to 4:00 PM GMT (09:00 AM to 6:00 PM CEST) - some services may be unavailable -

Skip to content

Helm chart doesn't configure credentials in the artemis broker

Currently the Openslice chart in kubernetes/helm/openslice allows configuring the credentials to the artemis broker through the oscreds.activemq value. These values are correctly applied to the services, however they aren't set in the artemis Deployment (Link of the deployment file). This causes services to be unable to connect to the broker if the default values of the chart are changed (as they are also the default values for the artemis broker if no configuration is passed).

To solve this the ARTEMIS_USER and ARTEMIS_PASSWORD must be set in the broker deployment.