Opened 5 years ago

Closed 5 years ago

#2077 closed enhancement (fixed)

Petascope more secuer configuration for write operartions

Reported by: Bang Pham Huu Owned by: Bang Pham Huu
Priority: major Milestone: 9.8
Component: petascope Version: 9.7
Keywords: Cc: Dimitar Misev, Vlad Merticariu, Peter Baumann
Complexity: Medium

Description

In petascope.properties

# current option, control write access for external requests
disable_write_operations=true

This has a disadvantage as it blocks write requests from any IP address. A replaced configuration in petascope.properties will allow to specify whitelist of IP addresses which alows to send write requests to Petascope.

Default one should be 127.0.0.1 (allow read and write requests from localhost).

allow_write_requests_from=127.0.0.1,123.456.789.001,...

Change History (1)

comment:1 by Bang Pham Huu, 5 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.