FINOS Legend SDLC Server

  • By FINOS
Channel Revision Published Runs on
latest/stable 49 14 Aug 2023
Ubuntu 20.04
latest/edge 50 29 Apr 2024
Ubuntu 20.04
2023-12/edge 50 29 Apr 2024
Ubuntu 20.04
2023-11/edge 50 29 Apr 2024
Ubuntu 20.04
2023-09/edge 50 03 Sep 2023
Ubuntu 20.04
2023-07/edge 49 12 Aug 2023
Ubuntu 20.04
2023-06/edge 49 11 Aug 2023
Ubuntu 20.04
2023-05/edge 49 11 Aug 2023
Ubuntu 20.04
2022-05/edge 49 11 Aug 2023
Ubuntu 20.04
2022-04/edge 49 11 Aug 2023
Ubuntu 20.04
juju deploy finos-legend-sdlc-k8s
Show information

Platform:

Learn about configurations >

  • enable-tls | boolean

    Boolean representing whether or not this Legend Application endpoint is accessed through HTTPS. Setting this option will not enable TLS on the service itself, and it is meant to be used in conjunction with the tls-secret-name config option on the Nginx Ingress Integrator Charm. Setting this option will cause the Gitlab Callback URLs to be prefixed by HTTPS instead of HTTP, and update Studio to use the HTTPS Service URL.

  • external-hostname | string

    String representing the DNS name this Application should respond to. By default, this will be the Application's name.

  • gitlab-create-new-projects-as-public | boolean

    Default: True

    Whether or not new Gitlab projects created by the SDLC to store working data should be created as public or not.

  • gitlab-project-creation-group-pattern | string

    Default: ^org\.finos\.legend\..+

    A pattern (supplied as a Regular Expression) by which the structure of the Gitlab projects should be created.

  • gitlab-project-tag | string

    Default: legend

    String tag to be used when creating/managing new Gitlab projects.

  • server-logging-level | string

    Default: INFO

    String identifier of the log level to be used for all library classes. Must be one of INFO, WARN, DEBUG, or TRACE, or OFF.

  • server-requests-logging-level | string

    Default: OFF

    String identifier of the log level to be used for incoming requests. Must be one of INFO, WARN, DEBUG, or TRACE, or OFF.