hawkbit-extensions
hawkbit-extensions copied to clipboard
There was a nice step by step plan for extensions up to 0.4.1 this is missing in the newer release. Can you add one?
The basic itent is to allow expressing an input stream for a fragment that corresponds to a single range request. This patch is not ready to land, because it requires...
This fixes one of the two cases where S3 APIs were used incorrectly, causing extensive misuse of bandwidth between HawkBit and S3. Fixes: https://github.com/eclipse/hawkbit-extensions/issues/93
Getting the content size should not happen with `s3Object.getObjectMetadata` as that is too late, and we're already `GET`ting the whole blob needlessly. From my local patch: ```java + var req...
This allows using real AWS S3 with a web identity token. See [1] for details. Absence of this dependency requires using less desired password-based authentication. [1] https://github.com/aws/aws-sdk-java/blob/master/aws-java-sdk-core/src/main/java/com/amazonaws/auth/profile/internal/securitytoken/STSProfileCredentialsServiceLoader.java#L20 Signed-off-by: Zygmunt Krynicki
Using the latest milestone snapshot of hawkbit and the s3 extension from this repository results in extremely poor performance (down to it not really working) for byte-range requests. Casual inspection...
This is known to pass, today, on x86_64 and fail on aarch64 due to https://github.com/eclipse/hawkbit-extensions/issues/84 Since the goal is to test unreleased HawkBit + unreleased HawkBit extensions, both are built...
Trying to build the extension on aarch64 system like the Apple M* family of SoCs fails as `de.flapdoodle.embed.mongo` dependency seems to download mnogo binary and it assumes to run on...
I would like to deploy Hawkbit on Azure using a Docker image on App Service. I have it working with the standard Hawkbit Docker image connecting to an Azure SQL...
Hi, @kaikreuzer , @laverman , I'd like to report a vulnerability issue in **org.eclipse.hawkbit:hawkbit-update-server-azure:0.3.0M7**. ### Issue Description **org.eclipse.hawkbit:hawkbit-update-server-azure:0.3.0M7** directly or transitively depends on ***28*** C libraries (.so) cross many platforms(such...