hawkbit
hawkbit copied to clipboard
Eclipse hawkBit™
Using hawkbit-update-server:latest-mysql and AWS Aurora MySQLv2 migrations fail. The aurora cluster's engine is Aurora MySQL 3.04.1 (compatible with MySQL 8.0.28) - default for major version 8.0 I created the an...
Hello, I have a hawkbit server behin traefik proxy, here the docker-compose config ``` mysql: image: "mysql:latest" environment: MYSQL_DATABASE: "hawkbit" MYSQL_ALLOW_EMPTY_PASSWORD: "true" restart: always ports: - "3306:3306" volumes: mysql-db-data:/var/lib/mysql labels:...
Hey there, I'm using confirmationBase endpoint to decide whether a rollout is suitable for the device. When the client reports "denied", the action is still there and is offered on...
When applying the migrations to a azure mssql Database the following migration does not work. https://github.com/eclipse/hawkbit/blob/master/hawkbit-repository/hawkbit-repository-jpa/src/main/resources/db/migration/SQL_SERVER/V1_12_16__add_action_initiated_by___SQL_SERVER.sql Fixed the issue with the "GO;" because it does not work in one statement:...
I have Hawkbit running with a Azure SQL Database connected. When i call the Target API with: curl --location 'https://URL/rest/v1/targets/TARGET_ID/assignedDS' \ --header 'Content-Type: application/json' \ --header 'Authorization: Basic TOKEN' \...
Hi, I have found container image scan vulnerabilties in hawkbit-update-server:0.4.1 when we performed the Prisma scan, having 2 Critical, 4 High and 6 Medium. please see below attached file. [Hawkbit.txt](https://github.com/eclipse/hawkbit/files/14357093/Hawkbit.txt)...
In https://github.com/eclipse/hawkbit?tab=readme-ov-file#getting-started (README.md) it would be helpful to mention the URIs for accessing: - openapi JSON endpoint: /v3/api-docs - openapi YAML endpoint: /v3/api-docs.yaml - swagger_ui endpoint: /swagger-ui/index.html Some digging around...
https://github.com/eclipse/hawkbit/blob/fc3cbe52ec9f3ff497733dd378eddda72b768123/hawkbit-core/src/main/java/org/eclipse/hawkbit/exception/SpServerError.java#L57
Start the hawkBit Update Server as a single container $ docker run -p 8080:8080 hawkbit/hawkbit-update-server:latest unable to find , how to override starting hawkbit server with docker, can please tell...
To create rollout through api what should i give in the body content. i tried the body which given in the documentation but its giving error like "format is not...