Channel Revision Published
latest/stable 224 23 Mar 2023
latest/beta 609 29 Aug 2023
latest/edge 55 21 Feb 2022
14.0/stable 526 15 Jan 2024
14.0/candidate 497 12 Jul 2023
14.0/beta 526 28 Jul 2023
13.0/stable 802 15 Jan 2024
13.0/candidate 182 09 Dec 2022
13.0/beta 802 05 Dec 2023
12.0/stable 80 07 Sep 2022
12.0/beta 801 05 Dec 2023
11.0/stable 65 22 Aug 2022
11.0/edge 57 23 Feb 2022
10.0/stable 514 17 Jul 2023
10.0/candidate 60 11 Mar 2022
10.0/edge 58 23 Feb 2022
juju deploy osm-ha
Show information

Platform:

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.