Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

REST Server startup script is enhanced to read the settings from DB #13

Merged
merged 1 commit into from
Jul 10, 2019

Commits on Jul 10, 2019

  1. REST Server startup script is enahnced to read the settings from

        ConfigDB. Below table provides mapping of db field to command line
        argument name.
    
        ============================================================
        ConfigDB entry key      Field name      REST Server argument
        ============================================================
        REST_SERVER|default     port            -port
        REST_SERVER|default     client_auth     -client_auth
        REST_SERVER|default     log_level       -v
        DEVICE_METADATA|x509    server_crt      -cert
        DEVICE_METADATA|x509    server_key      -key
        DEVICE_METADATA|x509    ca_crt          -cacert
        ============================================================
    Prabhu Sreenivasan committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    ef7d06b View commit details
    Browse the repository at this point in the history