drogue-cloud
drogue-cloud copied to clipboard
Cloud Native IoT
There should be a concept and implementation of quotas like: * Maximum number of devices per application * Maximum msg/s * Maximum bytes/msg * …
but not modify the resources I am thinking it's worth adding a another role : "subscriber" : where you would only be able to subscribe to stream events and not...
currently, "manager" allows editing an app spec and creating and deleting devices, it's a bit dangerous, we need an intermediate role
Creating a device in TTN via the TTN integration in drogue cloud works, and I'm able to connect the device. But I'm noticing an error in the status of the...
It is possible to set an explicit kafka user password using `.spec.downstream.password`. However, deleting that setting keeps the password, as it is stored in the Strimzi created secret. I would...
When using RHOAS, allow auto-creating service accounts to access Kafka topics directly. Also see: * https://appservices.tech/commands/rhoas_service-account_create/ * https://github.com/topics/rhoas-sdk Also: * [ ] Use offline token as a workaround for creating...
We don't use any the fancy rule based processing from make anyway. We just orchestrate a bunch of tasks and need dependencies of those sometimes. On the other hand, `make`...
One major implication is that the user would need to provide a valid Oauth token along with a command. It's worth looking into finding a way to get the client...