No project description provided
Project description
ckanext-vip-portal
Generic access restrictions for anonymous user.
Configure the set or endpoints/URLs that are available for the anonymous user, and redirect to the login page if he attempts to visit non-whitelisted page.
Requirements
Compatibility with core CKAN versions:
CKAN version | Compatible? |
---|---|
2.9 | yes |
2.10 | not yet |
Installation
To install ckanext-vip-portal
:
-
Install it using pip
pip install ckanext-vip-portal
-
Add
vip_portal
to theckan.plugins
setting in your CKAN config file.
Config settings
# Allow anonymous access to all the pages. It basically disables
# current extensions
# (optional, default: false).
ckanext.vip_portal.free_anonymous_access = true
# Allow any authenticated user to visit pages normally
# (optional, default: true).
ckanext.vip_portal.free_authenticated_access = false
# Allow anonymous access to login pages
# (optional, default: true).
ckanext.vip_portal.allow_login = false
# Allow anonymous access to password reset page
# (optional, default: true).
ckanext.vip_portal.allow_password_reset = false
# Allow anonymous access to registration pages
# (optional, default: true).
ckanext.vip_portal.allow_registration = false
# Allow anonymous access to API endpoints
# (optional, default: true).
ckanext.vip_portal.allow_api = false
# Additional endpoints that are accessible by anonymous user
# (optional, default: empty).p
ckanext.vip_portal.extra_allowed_endpoints = home.index home.about dataset.search
# Additional paths(URLs) that are accessible by anonymous user
# (optional, default: empty).
ckanext.vip_portal.extra_allowed_paths = / /about /dataset
# Allow anonymous user to access any path that starts with the following prefixes
# (optional, default: empty).
ckanext.vip_portal.extra_allowed_prefixes = /dataset /organization /group /static
# Allow anonymous user to access any path that ends with the following suffixes
# (optional, default: empty).
ckanext.vip_portal.extra_allowed_suffixes = .svg .html .css
Developer installation
To install ckanext-vip-portal
for development, activate your CKAN virtualenv and
do:
git clone https://github.com/DataShades/ckanext-vip-portal.git
cd ckanext-vip-portal
pip install -e '.[dev]'
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ckanext-vip-portal-0.0.4.tar.gz
(18.7 kB
view details)
Built Distribution
File details
Details for the file ckanext-vip-portal-0.0.4.tar.gz
.
File metadata
- Download URL: ckanext-vip-portal-0.0.4.tar.gz
- Upload date:
- Size: 18.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | edd0e7dec934af2dd34485658e6577fe5e1f7437ef4e64a3b6a0381f782a3a21 |
|
MD5 | a639fa2b8b5187c5375782990dfa6444 |
|
BLAKE2b-256 | 58c72772e9984daf3b38233ebff7714c92c56db1249e8921e587f59af3ac5b43 |
Provenance
File details
Details for the file ckanext_vip_portal-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: ckanext_vip_portal-0.0.4-py3-none-any.whl
- Upload date:
- Size: 19.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d5bb75d40eef149a18d0e6e8847a9b3048fee9f86990499819749ce292781e96 |
|
MD5 | c339cebcb64d7604d076067da5154c5c |
|
BLAKE2b-256 | 9841d1bb835f3343a01bc6f164904e212a2d40c82e36e74826d4f627149e2438 |