Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(device-manager): Allow unsigned ACAPs (#122)
For development, it is not feasible to sign the ACAP for every iteration. Allow unsigned ACAPs as part of the initialization process. --- `crates/device-manager/src/initialization.rs`: - Use the term "ACAP application" because this is the replacement used in PR267 of AxisCommunications/acap-native-sdk-examples making me think it is the preferred term. - Make no attempt to check if the request error is expected for the current firmware for simplicity. This follows the example established with `restore_root_ssh_user`. - Deviate from the aforementioned pattern by naming the firmware in which the API was introduced because this seems like it could be useful information, it is unlikely to become incorrect and earlier commits don't give a reason for omitting this information.
- Loading branch information