package/mender: remove tenant.conf
authorMirza Krak <mirza.krak@northern.tech>
Mon, 20 Aug 2018 13:09:08 +0000 (15:09 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 20 Aug 2018 14:55:01 +0000 (16:55 +0200)
commit3882c878fb9b96930570380cd39b45d5d99c73df
treec9b0bfdc150d2fe1fed7f057798ff267bfbb6b25
parent7c60fa9f88ed20c98819dc777ef0e2ae09d7874b
package/mender: remove tenant.conf

Tenant Token is a configuration option that has to do with Hosted Mender,
where you you need to set this for the devices to connect to the
correct organization in a multi-tenant system.

The removal of tenant.conf usage (and /var/lib/mender/authtentoken)
was in Mender client version 1.2.0, where it was switched to be an mender.conf
option instead as the example above demonstrates. As the first version that was
integrated in Buildroot was 1.4.0, the inclusion of tenant.conf and the
creation of the symlink is not necessary.

Now it is specified as such in mender.conf:

Example:

/etc/mender/mender.conf
{
    TenantToken: "very long base64 encoded string"
}

Signed-off-by: Mirza Krak <mirza.krak@northern.tech>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/mender/mender.mk
package/mender/mender.service
package/mender/tenant.conf [deleted file]