-
Notifications
You must be signed in to change notification settings - Fork 377
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
New User Management documentation #2541
New User Management documentation #2541
Conversation
docs/_source/getting_started/installation/configurations/user_management.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's looking good!
Once the corrections are added, I'd propose the following heading and changes to the titles (didn't want to mess it up with suggestions):
User management model
User
Workspace
Use workspaces from the Python client
Old Python client section I would move it to the bottom
Default user
Add new users
### Prepare the database
Creating an admin user
Creating an annotator user
Create new workspaces and add annotators to workspaces
Setup an HTTP client with an admin auth header
Call the create workspace endpoint
Select annotators and link them using their ids
Migrate users from the users.yaml file
Migrate users with docker-compose
docs/_source/getting_started/installation/configurations/user_management.md
Outdated
Show resolved
Hide resolved
docs/_source/getting_started/installation/configurations/user_management.md
Outdated
Show resolved
Hide resolved
docs/_source/getting_started/installation/configurations/user_management.md
Outdated
Show resolved
Hide resolved
docs/_source/getting_started/installation/configurations/user_management.md
Outdated
Show resolved
Hide resolved
docs/_source/getting_started/installation/configurations/user_management.md
Outdated
Show resolved
Hide resolved
docs/_source/getting_started/installation/configurations/user_management.md
Outdated
Show resolved
Hide resolved
docs/_source/getting_started/installation/configurations/user_management.md
Outdated
Show resolved
Hide resolved
docs/_source/getting_started/installation/configurations/user_management.md
Outdated
Show resolved
Hide resolved
docs/_source/getting_started/installation/configurations/user_management.md
Outdated
Show resolved
Hide resolved
docs/_source/getting_started/installation/configurations/user_management.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just added some suggestions to improve readability. Feel free to commit/discard.
docs/_source/getting_started/installation/configurations/user_management.md
Outdated
Show resolved
Hide resolved
docs/_source/getting_started/installation/configurations/user_management.md
Outdated
Show resolved
Hide resolved
docs/_source/getting_started/installation/configurations/user_management.md
Outdated
Show resolved
Hide resolved
docs/_source/getting_started/installation/configurations/user_management.md
Outdated
Show resolved
Hide resolved
docs/_source/getting_started/installation/configurations/user_management.md
Outdated
Show resolved
Hide resolved
docs/_source/getting_started/installation/configurations/user_management.md
Outdated
Show resolved
Hide resolved
docs/_source/getting_started/installation/configurations/user_management.md
Outdated
Show resolved
Hide resolved
docs/_source/getting_started/installation/configurations/user_management.md
Outdated
Show resolved
Hide resolved
docs/_source/getting_started/installation/configurations/user_management.md
Outdated
Show resolved
Hide resolved
docs/_source/getting_started/installation/configurations/user_management.md
Outdated
Show resolved
Hide resolved
docs/_source/getting_started/installation/configurations/user_management.md
Outdated
Show resolved
Hide resolved
docs/_source/getting_started/installation/configurations/user_management.md
Outdated
Show resolved
Hide resolved
docs/_source/getting_started/installation/configurations/user_management.md
Outdated
Show resolved
Hide resolved
docs/_source/getting_started/installation/configurations/user_management.md
Outdated
Show resolved
Hide resolved
docs/_source/getting_started/installation/configurations/user_management.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Natalia Elvira <[email protected]> Co-authored-by: Daniel Vila Suero <[email protected]> Co-authored-by: José Francisco Calvo <[email protected]>
docs/_source/getting_started/installation/configurations/user_management.md
Outdated
Show resolved
Hide resolved
docs/_source/getting_started/installation/configurations/user_management.md
Outdated
Show resolved
Hide resolved
docs/_source/getting_started/installation/configurations/user_management.md
Outdated
Show resolved
Hide resolved
docs/_source/getting_started/installation/configurations/user_management.md
Outdated
Show resolved
Hide resolved
docs/_source/getting_started/installation/configurations/user_management.md
Outdated
Show resolved
Hide resolved
docs/_source/getting_started/installation/configurations/user_management.md
Outdated
Show resolved
Hide resolved
docs/_source/getting_started/installation/configurations/user_management.md
Outdated
Show resolved
Hide resolved
docs/_source/getting_started/installation/configurations/user_management.md
Show resolved
Hide resolved
docs/_source/getting_started/installation/configurations/user_management.md
Outdated
Show resolved
Hide resolved
docs/_source/getting_started/installation/configurations/user_management.md
Outdated
Show resolved
Hide resolved
docs/_source/getting_started/installation/configurations/user_management.md
Outdated
Show resolved
Hide resolved
docs/_source/getting_started/installation/configurations/user_management.md
Outdated
Show resolved
Hide resolved
docs/_source/getting_started/installation/configurations/user_management.md
Outdated
Show resolved
Hide resolved
docs/_source/getting_started/installation/configurations/user_management.md
Outdated
Show resolved
Hide resolved
docs/_source/getting_started/installation/configurations/user_management.md
Outdated
Show resolved
Hide resolved
Co-authored-by: José Francisco Calvo <[email protected]> Co-authored-by: David Berenstein <[email protected]>
docs/_source/getting_started/installation/configurations/user_management.md
Outdated
Show resolved
Hide resolved
docs/_source/getting_started/installation/configurations/user_management.md
Outdated
Show resolved
Hide resolved
docs/_source/getting_started/installation/configurations/user_management.md
Outdated
Show resolved
Hide resolved
docs/_source/getting_started/installation/configurations/user_management.md
Outdated
Show resolved
Hide resolved
docs/_source/getting_started/installation/configurations/user_management.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Natalia Elvira <[email protected]> Co-authored-by: José Francisco Calvo <[email protected]>
for more information, see https://pre-commit.ci
…management.md Co-authored-by: José Francisco Calvo <[email protected]>
docs/_source/getting_started/installation/configurations/user_management.md
Outdated
Show resolved
Hide resolved
…x errors indicating docker-compose.yml instead of docker-compose.yaml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dvsrepo @davidberenstein1957 please can you take a look and review this file?
# 'updated_at': '2023-03-16T11:17:35.462774'}] | ||
```` | ||
|
||
## Delete a user |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is deleting a user only possible with Python or is there a CLI command as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right now it's only possible using the new API endpoint that's added by #2564
Specifically this one: https://github.com/argilla-io/argilla/pull/2564/files#diff-590aac8b7993f90c6c131b210dc9d87acc51108782eb710eb882ee8c32f9a30bR100
docs/_source/getting_started/installation/deployments/docker-quickstart.md
Outdated
Show resolved
Hide resolved
docs/_source/getting_started/installation/deployments/docker-quickstart.md
Outdated
Show resolved
Hide resolved
docs/_source/getting_started/installation/deployments/docker-quickstart.md
Outdated
Show resolved
Hide resolved
docs/_source/getting_started/installation/deployments/docker-quickstart.md
Outdated
Show resolved
Hide resolved
quickstart.README.md
Outdated
@@ -109,7 +109,7 @@ To get started you just need to run the docker image with following command: | |||
``` | |||
|
|||
This will run the latest quickstart docker image with 2 users `argilla` and `team`. The password for these users is |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If I remember correctly, these users were admin
and argilla
in a different file. Are these different here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're totally right. These should be admin
and argilla
. Thanks!
…uickstart.md Co-authored-by: Natalia Elvira <[email protected]>
…ace-spaces.md Co-authored-by: Natalia Elvira <[email protected]>
…ace-spaces.md Co-authored-by: Natalia Elvira <[email protected]>
…uickstart.md Co-authored-by: Natalia Elvira <[email protected]>
…uickstart.md Co-authored-by: Natalia Elvira <[email protected]>
Co-authored-by: Natalia Elvira <[email protected]>
A first iteration of changes in new user management doc sections.