-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: clarify different types of API access (#535)
The purpose of this PR is make it easier to understand details about API security. (I'll create a separate PR to add a general security overview doc) Summary of changes: * Specify which API endpoints have which access level * Use terms more consistently: * "Authenticated" to mean a user with `read` or `admin` access level * "Unauthenticated" to mean a user with `untrusted` access level * "Open-access" to mean an API endpoint that doesn't require authentication (instead of calling them "untrusted") Preview build: https://canonical-pebble--535.com.readthedocs.build/en/535/
- Loading branch information
Showing
4 changed files
with
20 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters