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

Documentation for public sharing level and entity-specific permissions #483

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

marcua
Copy link
Owner

@marcua marcua commented Nov 14, 2024

As part of #281, introduces documentation for the two types of access control that are possible. I won't merge this until the features are on main so as to not confuse users, but it was helpful write it up to aid in the implementation.


# The default setting: no entity will be able to access the database
# (unless they specifically get permissions).
ayb client update_database marcua/test.sqlite --public-sharing-level no-access
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make these consistent with the other CLI examples (e.g., prefix with $, consider showing output). Not sure about showing output as the commands themselves are clear.

ayb client update_database marcua/test.sqlite --public-sharing-level read-only
```

To provide a specific user with access to a database, select one of the following:
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Everything below here is not yet implemented

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant