mongodb-oidc-authentication-mechanism
--mongodb-oidc-authentication-mechanism
is a global parameter for the Liquibase MongoDB Pro extension. It specifies the authentication mechanism for MongoDB. Valid values are: MONGODB-OIDC
. If no value is specified, Liquibase tries to connect using a username and password. For more information, see MongoDB: Enterprise Authentication Mechanisms.
Specifying this parameter is required for OIDC authentication. It is available in the Liquibase Pro MongoDB extension 1.5.0 and later.
Uses
You can connect Liquibase to your MongoDB Atlas database using OpenID Connect (OIDC). This parameter lets you specify some of your OIDC authentication details. For more guidance on authentication on MongoDB Atlas, see Using Liquibase MongoDB Pro with MongoDB Atlas.
Syntax
You can set this parameter in the following ways:
Option | Syntax |
---|---|
Liquibase properties file (defaults file) |
|
Global flow file argument (example) |
|
Global CLI parameter |
|
JVM system property (JAVA_OPTS Environment Variable) |
|
Liquibase Environment Variables |
|
For more information, see Working with Command Parameters.