Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hivemq/hivemq-allow-all-extension
HiveMQ extension for allowing all MQTT clients to connect to HiveMQ
https://github.com/hivemq/hivemq-allow-all-extension
extension hivemq hivemq-extension mqtt
Last synced: about 3 hours ago
JSON representation
HiveMQ extension for allowing all MQTT clients to connect to HiveMQ
- Host: GitHub
- URL: https://github.com/hivemq/hivemq-allow-all-extension
- Owner: hivemq
- License: apache-2.0
- Created: 2020-01-30T08:28:27.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-14T05:06:21.000Z (about 2 months ago)
- Last Synced: 2024-09-14T17:16:57.982Z (about 2 months ago)
- Topics: extension, hivemq, hivemq-extension, mqtt
- Language: Java
- Homepage:
- Size: 299 KB
- Stars: 5
- Watchers: 17
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.adoc
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
:hivemq-link: https://www.hivemq.com
:hivemq-marketplace: {hivemq-link}/extensions/
:hivemq-support: {hivemq-link}/support/= HiveMQ Allow All Extension
image:https://img.shields.io/badge/Extension_Type-Security-orange?style=for-the-badge[Extension Type]
image:https://img.shields.io/github/v/release/hivemq/hivemq-allow-all-extension?style=for-the-badge[GitHub release (latest by date),link=https://github.com/hivemq/hivemq-allow-all-extension/releases/latest]
image:https://img.shields.io/github/license/hivemq/hivemq-allow-all-extension?style=for-the-badge&color=brightgreen[GitHub,link=LICENSE]
image:https://img.shields.io/github/actions/workflow/status/hivemq/hivemq-allow-all-extension/check.yml?branch=master&style=for-the-badge[GitHub Workflow Status,link=https://github.com/hivemq/hivemq-allow-all-extension/actions/workflows/check.yml?query=branch%3Amaster]== Purpose
This Extension allows all MQTT clients to connect to HiveMQ.
Using this extension is not secure.
For production usage, add an appropriate security extension and remove the hivemq-allow-all extension.
You can download security extensions from the {hivemq-marketplace}[HiveMQ Marketplace].== Need Help?
If you encounter any problems, we are happy to help.
The best place to get in contact is our {hivemq-support}[support].== Contributing
If you want to contribute to HiveMQ Allow All Extension, see the link:CONTRIBUTING.md[contribution guidelines].
== License
HiveMQ Allow All Extension is licensed under the `APACHE LICENSE, VERSION 2.0`.
A copy of the license can be found link:LICENSE[here].