| Channel | Revision | Published | Runs on |
|---|---|---|---|
| 6/stable | 229 | 20 Aug 2025 | |
| 6/candidate | 229 | 20 Aug 2025 | |
| 6/beta | 229 | 20 Aug 2025 | |
| 6/edge | 229 | 20 Aug 2025 | |
| 8-transition/edge | 240 | Yesterday | |
| 8/stable | 241 | Yesterday | |
| 8/candidate | 241 | Yesterday | |
| 8/beta | 241 | Yesterday | |
| 8/edge | 241 | Yesterday |
juju deploy mongodb --channel 6/stable
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
charms.mongodb.v1.users
-
- Last updated 09 Aug 2024
- Revision Library version 1.2
Users configuration for MongoDB.
Index
class MongoDBUser
Description
Base class for MongoDB users. None
Methods
MongoDBUser. get_username( self )
Description
Returns the username of the user. None
MongoDBUser. get_password_key_name( self )
Description
Returns the key name for the password of the user. None
MongoDBUser. get_database_name( self )
Description
Returns the database of the user. None
MongoDBUser. get_roles( self )
Description
Returns the role of the user. None
MongoDBUser. get_mongodb_role( self )
Description
Returns the MongoDB role of the user. None
MongoDBUser. get_privileges( self )
Description
Returns the privileges of the user. None
MongoDBUser. get_hosts( self )
Description
Returns the hosts of the user. None
MongoDBUser. get_password_key_name_for_user( username: str )
Description
Returns the key name for the password of the user. None