Bug #13283
closedUpdate build so that licensed binaries don't embed key/license
Description
We want to be able to make standard protected binaries and give the license / key separatly. We used to embed both to make the life of users simpler, but that forbid (among other things) some important maintenance tasks like:
- changing the public key if needed,
- easely updating the license information,
- having verifiable signatures common for users of the same binary (each binary is unique).
And of course, it simplify the distribution of binaries.
So, we need the common makefile infrastructure so that make ${plugin}-licensed
build a generic licensed plugin which will look:
- for the license in path: /opt/rudder/etc/plugins/licenses/${pluginId}.license
- for the key path (the key is the same for all plugin of a given user): opt/rudder/etc/plugins/licenses/license.key
Updated by François ARMAND about 6 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Vincent MEMBRÉ
- Pull Request set to https://github.com/Normation/rudder-plugins/pull/94
Updated by François ARMAND about 6 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder:rudder-plugins|c503df2af366839646e9afcb161f9599b81a7e44.
Updated by Vincent MEMBRÉ over 4 years ago
- Status changed from Pending release to Released