Mirantis Container Cloud (MCC) becomes part of Mirantis OpenStack for Kubernetes (MOSK)!
Starting with MOSK 25.2, the MOSK documentation set will cover all product layers, including MOSK management (formerly MCC). This means everything you need will be in one place. The separate MCC documentation site will be retired, so please update your bookmarks for continued easy access to the latest content.
Obtain MariaDB credentials for IAM¶
Available since MCC 2.22.0 (11.6.0)
To obtain the MariaDB credentials for IAM, use the Container Cloud binary:
./container-cloud get iam-creds --mgmt-kubeconfig <pathToManagementClusterKubeconfig>
Example of system response:
IAM DB credentials:
MYSQL_DBADMIN_PASSWORD: foobar
MYSQL_DBSST_PASSWORD: barbaz
Caution
Credentials provided in the system response allow operating
MariaDB with the root
user inside a container. Therefore, use them with
caution.