Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding correct passwords. #64

Merged
merged 4 commits into from
Mar 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docker-compose.argilla.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
version: "3.9"

services:

argilla:
image: argilla/argilla-server:v1.25.0
image: argilla/argilla-server:v1.26.1
container_name: argilla_server
restart: unless-stopped
ports:
- "6900:6900"
Expand Down
4 changes: 2 additions & 2 deletions src/argilla/.users.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- username: admin
hashed_password: :$2y$05$8eqyIthlK5fls9QGuRewt.MakjCscvPYsm3a1q/UED0G1vxeNztSu
hashed_password: $2y$05$8eqyIthlK5fls9QGuRewt.MakjCscvPYsm3a1q/UED0G1vxeNztSu
api_key: "admin_api_key"
workspaces: [] # has access to all workspaces and datasets
- username: kalyan
Expand All @@ -19,6 +19,6 @@
api_key: "michal_api_key"
workspaces: ["gst"]
- username: matyas
hashed_password: :$2y$05$9Jh6G16GziSfTo8i9vCC9e83Up.s3q1JNcS7vEC3JZ2vDlmmluRv6
hashed_password: $2y$05$9Jh6G16GziSfTo8i9vCC9e83Up.s3q1JNcS7vEC3JZ2vDlmmluRv6
api_key: "matyas_api_key"
workspaces: [] # has access to all workspaces and datasets
Loading