We've discontinued the registration of new Bundles

New Bundle registrations are no longer accepted. Existing bundles remain functional. We recommend using the Juju Terraform Provider for new deployments.

Finos Legend Bundle

FINOS Publisher | bundle

Platform:

Channel Revision Published
latest/edge 110 11 Aug 2023
2023-12/edge 116 29 Apr 2024
2023-09/edge 114 03 Sep 2023
2023-07/edge 113 12 Aug 2023
2023-06/edge 109 11 Aug 2023
2023-05/edge 108 11 Aug 2023
2022-05/edge 112 11 Aug 2023
2022-04/edge 111 11 Aug 2023
juju deploy finos-legend-bundle --channel edge

Learn about configurations >

  • auto-delete | boolean

    When a relation is removed, auto-delete ensures that any relevant databases associated with the relation are also removed

  • ldap-query-template | string

    A RFC4516 formatted LDAP query URL template, which is used for authorization. It must contain either `{USER}` representing the authenticated user, or `{PROVIDED_USER}` representing the supplied username (before authentication or LDAP transformation). `{PROVIDED_USER}` should be used only if no value in the `ldap-user-to-do-mapping` config option is provided. If this configuration is not provided, a default string will be computed based on the base_dn returned by the GLAuth k8s charm. example: “dc=example,dc=com??sub?(&(objectClass=groupOfNames)(member={USER}))"

  • ldap-user-to-dn-mapping | string

    A quote-enclosed JSON-string representing an ordered array of documents. Each document contains a regular expression match and either a substitution or ldapQuery template used for transforming the incoming username. Since the list is ordered, this order can be used to provide fine-grained tuning for building the right DN or the right ldapQuery for the user. example: '[{ match : "([^@]+)@([^@\\.]+)\\.example\\.com", substitution: "CN={0},CN=Users,DC={1},DC=example,DC=com" }]'

  • role | string

    Default: replication

    role config option exists to deploy the charmed-mongodb application as a shard, config-server, or as a replica set.