Skip to main content

Adds ftw.bridge support to plone.

Project description

Introduction

The ftw.bridge tools are used for communication between several Plone instances. It is also possible to cummuncate with other web services. Requests between web services are proxied through the ftw.bridge.proxy. This makes it possible to move or reconfigure certain dependent webservices (clients) only by reconfiguring the proxy. The clients do not know where other target clients are located - they only communicate with the proxy directly, which forwards the requests to the target client.

Features

ftw.bridge.client integrates ftw.bridge support into Plone. It provides tools and utilities for communication and authentication.

  • Authentication: A PAS plugin authenticates requests and logs the user in on the target client without transmitting his password. Only requests from the configured ftw.bridge.proxy are authenticated.

  • Requests: The IBridgeRequest utility is used for making requesting other clients. It is also able to make remote catalog queries and transmitting the result brains to the sources by using fake brains.

  • Brain transport: By using a BrainRepresentation it is possible to get brains from a remote client. A BrainSerializer utility serializes and deserializes all brain metadata so that they can be used on the source client.

  • Watcher portlet: A recently-modified portlet can be used for generic listing a list of recently modified objects on the remote client but it is also possible to list other links. There is a browser view @@watch which creates a recently-modified portlet on the remote client dashboard. The watcher portlet loads its data asynchronously using javascript for not blocking while loading the dashboard.

  • Favorites: A browser view @@remote-add-favorite adds the context to the favorites on the remote client dashboard.

Installation and configuration

  • A installation of ftw.bridge.proxy is required.

  • Add ftw.bridge.client to your eggs in the buildout configuration:

    [instance]
    eggs +=
        ftw.bridge.client
  • Configure the ftw.bridge.proxy data as environment variables:

    [instance]
    environment-vars +=
        bridge_url http://localhost:1234/proxy
        bridge_ips 127.0.0.1, 192.168.1.10
        bridge_client_id workspace
  • Install the generic setup profile. This registers the portlet and installs a PAS plugin.

Configuration Options

The configuration options are set using environment variables:

  • bridge_url: The url to the “/proxy” view of ftw.bridge.proxy.

  • bridge_ips: A comma seperated list of trusted IPs of the ftw.bridge.proxy installation.

  • bridge_client_id: The id of this client as configured in the .ini file on ftw.bridge.proxy.

Changelog

1.0.5 (2012-06-14)

  • View / favorite actions: handle typesUseViewActionInListings so that files and images are not downloaded but displayed. [jone]

1.0.4 (2012-05-24)

  • Fix portlet javascript for IE 8. [jone]

1.0.3 (2012-05-22)

  • Tabbedview integration: disable custom sorting since we have a lazy result. [jone]

1.0.2 (2012-05-09)

  • Add MANIFEST.in and include all resources. [jone]

1.0.1 (2012-05-09)

  • Update readme (fix restructured text markup). [jone]

1.0 (2012-05-09)

  • Initial implementation. [jone]

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

ftw.bridge.client-1.0.5.zip (63.4 kB view details)

Uploaded Source

File details

Details for the file ftw.bridge.client-1.0.5.zip.

File metadata

File hashes

Hashes for ftw.bridge.client-1.0.5.zip
Algorithm Hash digest
SHA256 93844b7cc66c07840fb7d70e797727ba0562b3b3526fecfd1bf48a465fb37acc
MD5 0ba251685cd64f9c14e345950169374a
BLAKE2b-256 41616dfa6a076e65b9a4da834e721693e970b3b32c55f893cd93a3420a085394

See more details on using hashes here.

Provenance

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