MLflow AWS RDS IAM Auth Plugins
===============================
MLflow plugins adding AWS RDS IAM authentication for tracking store and model registry store.
Requirements
------------
- Python 3.10+
- MLflow 2+
- Boto3
Only Postgres and MySQL are supported (the AWS RDS database engines supported by MLflow as remote backend store).
Installation
------------
```console
pip install mlflow-aws-rds-iam
```
Getting Started
---------------
The plugins are mainly intented for the use of MLflow in server mode, allowing [AWS RDS IAM authentication](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.Connecting.html) for the backend store.
```console
mlflow server --backend-store-uri <database URI> --artifacts-destination <artifact store URI>
```
Configuration
-------------
If a *password* is provided in the database URI, AWS IAM authentication will be skipped, *effectively disabling the plugins*.
*Credentials* are required in order to use AWS IAM authentication. Refer to [Boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/guide/credentials.html) for configuration instructions.
*SSL connection to the database is enabled by default*, but can be disabled with the environment variable `MLFLOW_DISABLE_DB_SSL=true`.
Debug log of the plugins and underlying libraries (boto3, urllib3) can be enabled with `MLFLOW_AWS_RDS_IAM_DEBUG=true`.
License
-------
This project is licensed under the terms of the MIT license.
A [yzr](https://www.yzr.ai/) Free and Open Source project.
Raw data
{
"_id": null,
"home_page": "https://gitlab.com/lzinsou/mlflow-aws-rds-iam",
"name": "mlflow-aws-rds-iam",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.10",
"maintainer_email": null,
"keywords": "mlflow, plugin, mlops, aws, rds, iam, postgresql, mysql",
"author": "Loris Zinsou",
"author_email": "lzinsou@protonmail.com",
"download_url": "https://files.pythonhosted.org/packages/6d/f4/eee88804be731ae286b05a00f0ecc6c6d6d8e4b48b82928aca14eee8d0cc/mlflow_aws_rds_iam-0.3.0.tar.gz",
"platform": null,
"description": "MLflow AWS RDS IAM Auth Plugins\n===============================\n\nMLflow plugins adding AWS RDS IAM authentication for tracking store and model registry store.\n\n\nRequirements\n------------\n\n- Python 3.10+ \n- MLflow 2+ \n- Boto3\n\nOnly Postgres and MySQL are supported (the AWS RDS database engines supported by MLflow as remote backend store).\n\n\nInstallation\n------------\n\n```console\npip install mlflow-aws-rds-iam\n```\n\n\nGetting Started\n---------------\n\nThe plugins are mainly intented for the use of MLflow in server mode, allowing [AWS RDS IAM authentication](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.Connecting.html) for the backend store.\n\n```console\nmlflow server --backend-store-uri <database URI> --artifacts-destination <artifact store URI>\n```\n\n\nConfiguration\n-------------\n\nIf a *password* is provided in the database URI, AWS IAM authentication will be skipped, *effectively disabling the plugins*.\n\n*Credentials* are required in order to use AWS IAM authentication. Refer to [Boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/guide/credentials.html) for configuration instructions.\n\n*SSL connection to the database is enabled by default*, but can be disabled with the environment variable `MLFLOW_DISABLE_DB_SSL=true`.\n\nDebug log of the plugins and underlying libraries (boto3, urllib3) can be enabled with `MLFLOW_AWS_RDS_IAM_DEBUG=true`.\n\n\nLicense\n-------\n\nThis project is licensed under the terms of the MIT license.\n\n\nA [yzr](https://www.yzr.ai/) Free and Open Source project.\n",
"bugtrack_url": null,
"license": null,
"summary": "MLflow plugins adding AWS RDS IAM auth for tracking and model registry stores",
"version": "0.3.0",
"project_urls": {
"Homepage": "https://gitlab.com/lzinsou/mlflow-aws-rds-iam",
"Repository": "https://gitlab.com/lzinsou/mlflow-aws-rds-iam"
},
"split_keywords": [
"mlflow",
" plugin",
" mlops",
" aws",
" rds",
" iam",
" postgresql",
" mysql"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "96eec0ab6fe78486032d5f537652671f75dfdd9a07a61615d8783513c4339f46",
"md5": "3abdf8145f7f53b702defc1114547900",
"sha256": "5553690abac9840c99b4285d313c34a910637376ca78d3ac07766b2fb68a1e2c"
},
"downloads": -1,
"filename": "mlflow_aws_rds_iam-0.3.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "3abdf8145f7f53b702defc1114547900",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.10",
"size": 88404,
"upload_time": "2024-09-29T10:06:47",
"upload_time_iso_8601": "2024-09-29T10:06:47.680180Z",
"url": "https://files.pythonhosted.org/packages/96/ee/c0ab6fe78486032d5f537652671f75dfdd9a07a61615d8783513c4339f46/mlflow_aws_rds_iam-0.3.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6df4eee88804be731ae286b05a00f0ecc6c6d6d8e4b48b82928aca14eee8d0cc",
"md5": "792efb535d2a0f19c43da689bdbd7074",
"sha256": "e5fcfec0c50ba4614cf7a5c3177c490461b5d336234e88a8482cf407a7a0e207"
},
"downloads": -1,
"filename": "mlflow_aws_rds_iam-0.3.0.tar.gz",
"has_sig": false,
"md5_digest": "792efb535d2a0f19c43da689bdbd7074",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.10",
"size": 86688,
"upload_time": "2024-09-29T10:06:49",
"upload_time_iso_8601": "2024-09-29T10:06:49.131300Z",
"url": "https://files.pythonhosted.org/packages/6d/f4/eee88804be731ae286b05a00f0ecc6c6d6d8e4b48b82928aca14eee8d0cc/mlflow_aws_rds_iam-0.3.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-29 10:06:49",
"github": false,
"gitlab": true,
"bitbucket": false,
"codeberg": false,
"gitlab_user": "lzinsou",
"gitlab_project": "mlflow-aws-rds-iam",
"lcname": "mlflow-aws-rds-iam"
}