Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mosquitto-dev] PR #3688 - Awaiting CI approval: Bridge Credentials via Plugin API
  • From: Daniel Matteo <danielmatteo@xxxxxxxxxxx>
  • Date: Wed, 8 Jul 2026 02:48:02 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=QYglY0rff14/LtIpRIfab+eHdxhyRHCsAZvauwGFvws=; b=SbN3Za6wlClAFyD5Rq0FUAITmbciIiikYiFO4Gut6N+IPzqm9EzkbgCN0v2LXprZQqZ2iTcaCAmRbLumMVyQ6LgM/+hnHfFb6Txi4mBd15dfdgwm8hORQAVnVkgMelv79vYYsfYY/TEkimRj7nUZgEc5ecoOvoWl8JEnXbF6k2msGLH6A0EyBJyAvzT/y3ckx064N/FgHjXzSBoLcvD1ef/84KS5p5rr6QE8Z1S1VB9Fdrz39E9iQo7aRpXQIB1aR66Y8pa+pO7kSIiumPKa8oQMs4DhZhLNf1+lpO0/7mZYnJeDUOnOpgBDH8It84dHHr5qvi80RILx4PosFylhSg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=jEWYEEZ13WSFw7FszHexyCa3lrv+eHyGkGPuWM4t/VDOEfTBPqd+81zj7NUgiBRWTPW5NNXgRCr2KdWc+CI435VjuTdBxxS4FHYaimfC3RdrblmBlHWxW0rTPeFTbYa/gHkr30SLlTTojgM08gzQaW8IPfZhlpM00KceYQmMQIRbeHRqsTvaN8iNswDlHHFCpPtx0mtEM8m9SOOPCbQqiprWV4EA4TG3hgvYqKiHBC3WjrUFpC3Z+UPXrLDGajWEjXQWYT/jTlVrVaK8/ITaqjnvw0BDSENJzPIZlfTzz+FEuhZQPk2WDUpX3bJR+K1YGgeg0A/Ldo+gjVJuRgK1BQ==
  • Delivered-to: mosquitto-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/mosquitto-dev/>
  • List-help: <mailto:mosquitto-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/mosquitto-dev>, <mailto:mosquitto-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/mosquitto-dev>, <mailto:mosquitto-dev-request@eclipse.org?subject=unsubscribe>
  • Msip_labels: MSIP_Label_dc233488-06c6-4c2b-96ac-e256c4376f84_Enabled=True; MSIP_Label_dc233488-06c6-4c2b-96ac-e256c4376f84_SiteId=ae4df1f7-611e-444f-897e-f964e1205171; MSIP_Label_dc233488-06c6-4c2b-96ac-e256c4376f84_SetDate=2026-07-08T02:45:39.266Z; MSIP_Label_dc233488-06c6-4c2b-96ac-e256c4376f84_Name=Confidential; MSIP_Label_dc233488-06c6-4c2b-96ac-e256c4376f84_ContentBits=1; MSIP_Label_dc233488-06c6-4c2b-96ac-e256c4376f84_Method=Standard;
  • Thread-index: AQHdDoIvu+g/57N59EatLPWCr0C8OLZi6xGO
  • Thread-topic: PR #3688 - Awaiting CI approval: Bridge Credentials via Plugin API

Hi,

I opened PR #3688 to address our product's need for updating bridge credentials dynamically using a Mosquitto plugin. Bridge authentication remains statically defined in the configuration file and cannot be modified at runtime.

This is a small PR that adds a plugin-accessible API that allows setting or updating remote_username and remote_password dynamically.

The CI workflow hasn't been approved yet.

I would like to know if this can be approved, merged, and when you plan to have your next release.
It would save us time and effort in not having to create a bridge daemon workaround which is not ideal.


Thanks

Daniel Matteo

Back to the top