[P0-18] Define the HTTP authentication threat model and principal/capability contract #26
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nsaspy/starintel-server#26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The HTTP API currently has no authentication. CORS permits every origin, the Compose file publishes the API, and document/target/search/delete operations have no caller identity or authorization context. The unused
*couchdb-auth-database*setting is not an auth design.Required design
Define:
documents:read,documents:write,documents:delete,targets:dispatch,targets:lease,search:read, andadminAcceptance criteria