Candid-IDM

  • By Andre Ruiz
Channel Revision Published Runs on
latest/stable 1 22 Sep 2021
Ubuntu 20.04
latest/beta 1 22 Sep 2021
Ubuntu 20.04
juju deploy candid-idm
Show information

Platform:

Learn about configurations >

  • listen-port | string

    Default: 8081

    The port to listen on. The same port will be used regardless of protocol being HTTP or HTTPS.

  • log-level | string

    Default: <root>=INFO

    The log level of the service. It takes the format of the GO logging service, where you can specify different levels for different parts of the service.

  • ssl-cert | string

    A base64 encoded SSL Certificate to be used when serving HTTPS. This option is complementar to the ssl-key option and will be ignored if that one is not set.

  • ssl-key | string

    A base64 encoded SSL Key to be used when serving HTTPS. If this option is blank the service will use HTTP, if this option is set the service will use HTTPS. The list-port will be the same in both cases. Providing the certificate (ssl-cert option) is also required if this option is set.