Skip to content

Tags: m-team-kit/mlflow-auth-gui

Tags

0.8.0

Added:

- (optional) storage of user credentials in HashiCorp Vault via AI4OS Platform API ([ai4-papi](https://github.com/ai4os/ai4-papi)

Changed:
- rename 'frontend' to 'signup'
- rename 'backend' to 'mlflow'
- update README.md, .env.sample to adapt for HashiCorp Vault addition (env variables USER_CREDENTIALS_SECRETS_API, USER_CREDENTIALS_SECRETS_VO, USER_CREDENTIALS_SECRETS_PATH)

0.7.0

Added:

- goaccess log analyser monitoring service

Changed:
- .env.sample, compose.yml files to include goaccess service

oidc-v1.0.0

more or less works with token hacking username and password

0.6.1

Added:

- Code metadata, 
- Contributing

Changed:
- README
- Move OIDC_AUTHORITY and OAUTH_USERINFO_ENDPOINT to .env from compose.yml

0.6.0

- Allow REQUIRED_ENTITLEMENT to be a comma separated list

0.5.0

- Adds ability to edit model permissions in the signup App

0.4.0

- Add ability to edit experiment permissions in the signup App

0.3.1

- add MLFLOW_BASE_PATH_LOCAL to .env.sample

- add notes in compose.yml about local volumes ownership

0.3.0

Add basic auth gate frontend (aka self-registration service). The ser…

…vice allows:

- members of the pre-configures VO can login in the self-registration service 
- only those members can create an account at MLflow instance
- login-name (registered email) is taken from the OIDC token

0.2.1

- add DATABASE to /etc/environment in the backup_db

- align the variables