Skip to content

Commit

Permalink
Fix recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Jul 25, 2024
1 parent 491c8e4 commit 9a8ec26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/k8s_app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ topology_template:
config_map:
file: "basic_auth.ini"
type: tosca.artifacts.File
deploy_path: "/opt/mlflow/basic_auth.ini"
deploy_path: "/usr/local/lib/python3.8/site-packages/mlflow/server/auth/basic_auth.ini"
properties:
content: |
[mlflow]
default_permission = READ
database_uri = sqlite:///auth_db/basic_auth.db
database_uri = sqlite:///data/basic_auth.db
admin_username = admin
admin_password = mlflow_password
authorization_function = mlflow.server.auth:authenticate_request_basic_auth
Expand Down

0 comments on commit 9a8ec26

Please sign in to comment.