Actions
Task #2653
closedFeature #2328: Verify and generate permission hints in Keep
Permissions command-line flags
Status:
Resolved
Priority:
Normal
Assigned To:
Tim Pierce
Target version:
Description
Desired command line arguments to control permissions:
--enable-permissions=
true/false to enable or disable permission enforcement- For transition, maybe support a
--generate-permissions
flag and a--enforce-permissions
flag. - Alternatively, make Keep always generate permission tokens, but only enforce them when the perms flag is turned on.
- Permissions are always required for DELETE
- For transition, maybe support a
--privileged-ip
specifies IP addresses to be considered superuser.- If permissions are disabled, index (
GET /index.txt
) andDELETE
do not work unless remote address matches--privileged-ip
command line argument
- If permissions are disabled, index (
--signature-ttl=num_seconds
to control expiry time of signatures--signature-key-fd=fdnum
to read signing key from given file descriptor
Updated by Tim Pierce over 10 years ago
- Status changed from New to In Progress
- Start date set to 05/05/2014
Updated by Tim Pierce over 10 years ago
- Status changed from In Progress to Resolved
- Remaining (hours) changed from 8.0 to 0.0
Actions