Michael Hirsch
Michael Hirsch
Hi, this is a little bit misleading, because the demo-account is used to automatically login to hawkBit by clicking the demo button. See the sandbox login dialog https://hawkbit.eu-gb.mybluemix.net/. If you...
No the tenant is not configurable in the default in-memory user management, see https://github.com/eclipse/hawkbit/blob/master/hawkbit-autoconfigure/src/main/java/org/eclipse/hawkbit/autoconfigure/security/InMemoryUserManagementAutoConfiguration.java So without coding you are not able to set the tenant. We could introduce a property...
Hi @EugenWiens , There are two questions in this issue. 1. Yes, hawkBit is checking if the `installed-DistributionSet` is already set to the device and won't create an update-action for...
yeah, there are use-cases where hawkBit does not know about the installed version of a device (e.g. also in a plug'n play scenario where the device first time registered at...
I'm also interested in a fix/workaround because I'm having the same problem
Currently I'm working with spring-boot, spring-cloud and vaadin4spring on a Cloud-Foundry environment. Seems everything is working except the session serialization problem #154 by using spring-session to store the sessions into...