Skip to content
This repository has been archived by the owner on Sep 30, 2022. It is now read-only.

Added Option to use GatewayToken #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Added Option to use GatewayToken #25

wants to merge 1 commit into from

Commits on Jul 21, 2020

  1. Added Option to use GatewayToken

    Added a option if the target should authenticate through a GatewayToken
    or a TargetToken, see
    https://www.eclipse.org/hawkbit/concepts/authentication/ for more
    information about the different "Token-Types".
    
    The Type can be determined by adding the following option to the
    config-File of the client:
    auth_token_type = $TYPE
    The folowing Types can be used: GatewayToken, TargetToken
    
    If the option is not specified it will not break the program, instead it
    tries to authenticate via TargetToken. This is to prevent errors when
    updating the program with existing configs.
    
    Signed-off-by: Max Hampel <[email protected]>
    rxt30 committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    6d83839 View commit details
    Browse the repository at this point in the history