Skip to main content

UNKNOWN

Project description

Introduction

The intent of this package is to be able to make your plone site completely read-only except for a set of conditions that can be defined and enabled/disabled.

Adding a commit condition

An example commit rule:

from wildcard.lockdown import addCommitCondition
addCommitCondition("User Area",
        path="/someuserarea/*")
addCommitCondition("R/W domain",
        domain="backend.testsite.com")

You’ll then need to enable them in the control panel.

addCommitCondition parameters

name(required)

Name of condition that’ll show up in the management inteface

path

An enabling glob expression. This path is always based of the relative Plone site, not the Zope root.

request_method

Enabling HTTP request method

portal_type

Published object’s portal type

host

Enabling globing globbing expression for the host name

logged_in

require user to be logged in

custom

Custom function to do manual checks against the request object. Return True if you want to commit, false if not.

Every rule parameter in the commit condition will need to be valid in order for the condition to successfully allow the commit.

Only one condition needs to be valid on the request in order for the commit to take place.

Changelog

1.0a1dev (unreleased)

  • Initial release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wildcard.lockdown-1.0a1.zip (26.8 kB view details)

Uploaded Source

File details

Details for the file wildcard.lockdown-1.0a1.zip.

File metadata

File hashes

Hashes for wildcard.lockdown-1.0a1.zip
Algorithm Hash digest
SHA256 3933b7dae76d94519dad4691f4f7718c9dca4704a3e94599e4e3fb054deb5767
MD5 cb0ed0c3dc5ff5eef129c3221b30bb97
BLAKE2b-256 6c36a3d913b097fccdee3f3e07ed459fd2229625652051675dc17306eee0e5df

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page