pyams-security


Namepyams-security JSON
Version 2.3.1 PyPI version JSON
download
home_pagehttps://pyams.readthedocs.io
SummaryPyAMS security management package
upload_time2024-04-28 14:59:51
maintainerNone
docs_urlNone
authorThierry Florac
requires_python>=3.7
licenseZPL
keywords pyramid pyams
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ======================
PyAMS_security package
======================

.. contents::


What is PyAMS?
==============

PyAMS (Pyramid Application Management Suite) is a small suite of packages written for applications
and content management with the Pyramid framework.

**PyAMS** is actually mainly used to manage web sites through content management applications (CMS,
see PyAMS_content package), but many features are generic and can be used inside any kind of web
application.

All PyAMS documentation is available on `ReadTheDocs <https://pyams.readthedocs.io>`_; source code
is available on `Gitlab <https://gitlab.com/pyams>`_ and pushed to `Github
<https://github.com/py-ams>`_.


What is PyAMS_security?
=======================

PyAMS_security is a core extension package for PyAMS which provides all base security-related
features; the package provides a custom authentication policy which is based on a custom "security
manager". This utility is a pluggable tool which is handling system users, local users and groups;
external packages are available to provide other authentication and security mechanisms, like
HTTP authentication, JWT tokens management, and OAuth, Azure or LDAP based authentication.

Finally, PyAMS_security provides ACLs and roles management, as well as custom schema fields to
store roles assigned to principals.


Changelog
=========

2.3.1
-----
 - updated translations

2.3.0
-----
 - allow case-insensitive local user login

2.2.1
-----
 - added support for custom attributes in roles

2.2.0
-----
 - added marker interface to handle unknown or missing principals
 - added argument to security manager authentication method to get plugins instance
   instead of plugin name

2.1.2
-----
 - renamed UnknownPrincipal class to avoid strange pickle behaviour...

2.1.1
-----
 - optimized principal getter helper function
 - moved PyAMS_utils finder helper to new module

2.1.0
-----
 - "forbidden" permission is not granted automatically to system manager automatically anymore;
   an optional configuration setting must be used to grant this permission

2.0.1
-----
 - updated Buildout configuration

2.0.0
-----
 - migrated to Pyramid 2.0
 - added interface and adapter to get user roles
 - added REST API authentication checker

1.11.2
------
 - renamed settings parameter used to disable default security policy on site root

1.11.1
------
 - updated doctests
 - added support for Python 3.11

1.11.0
------
 - added support for user registration
 - moved open registration settings to PyAMS_security_views package

1.10.6
------
 - updated CORS requests handler
 - use f-strings in logger output

1.10.5
------
 - added constant to set unchanged password value

1.10.4
------
 - added allowed methods argument to CORS requests handler
 - rollback on Gitlab-CI test coverage report integration

1.10.3
------
 - added Gitlab-CI test coverage report

1.10.2
------
 - added custom CORS requests handler adapter

1.10.1
------
 - updated Gitlab-CI configuration

1.10.0
------
 - added REST services configuration and validators to handle CORS requests

1.9.0
-----
 - moved security plugins interfaces to dedicated module
 - added support for Python 3.10

1.8.4
-----
 - added method to security manager to get a raw principal, bypassing cache

1.8.3
-----
 - updated translations

1.8.2
-----
 - reStructuredText formatting error...

1.8.1
-----
 - added constant for unknown principal ID
 - added constants for principal and group ID formatters

1.8.0
-----
 - added attribute to security manager to show link in home page

1.7.1
-----
 - added strings constants for plug-ins labels

1.7.0
-----
 - added ProtectedViewObjectMixin, to be used as base for any object using dynamic
   *permission* property
 - added "action" argument to "get_edit_permission()" function; this allows to register
   custom adapters to *IViewContextPermissionChecker* with this name, to be able to check
   edit permissions for custom actions
 - added ISecurityContext interface

1.6.2
-----
 - renamed 'skin' module to 'api'

1.6.1
-----
 - correction in Gitlab-CI Pylint task

1.6.0
-----
 - removed support for Python < 3.7
 - added custom password encoders
 - updated doctests

1.5.5
-----
 - updated Gitlab-CI configuration

1.5.4
-----
 - updated Gitlab-CI configuration

1.5.3
-----
 - added wheels to Buildout configuration

1.5.2
-----
 - updated Gitlab-CI configuration for last Python versions

1.5.1
-----
 - updated doctests

1.5.0
-----
 - added ISecurityManager factory configuration
 - removed Travis-CI configuration

1.4.0
-----
 - added config.upgrade_role function, to be able to add permissions to an existing role
 - updated default site roles
 - updated doctests

1.3.1
-----
 - updated security manager interface to add registered credentials plug-ins names

1.3.0
-----
 - added argument in "find_principals" methods to only allow exact match

1.2.1
-----
 - use updated WSGI decorator to prevent storage of null values into request environment

1.2.0
-----
 - updated roles management; this will allow to extend supported roles of a given class just
   by adding adapters, without modifying the original class
 - moved PyAMS security policy to dedicated module
 - added registration of standard roles and security policy
 - add factories registration in default security plug-ins
 - updated users registration process
 - updated adapter_config decorator arguments
 - updated doctests

1.1.3
-----
 - small updates in policy management of *authenticated_user_id*

1.1.2
-----
 - updated doctests with configured cache

1.1.1
-----
 - removed dependency on *pyams_auth_http* package

1.1.0
-----
 - moved authentication plug-ins to dedicated packages (see pyams_auth_http, pyams_auth_jwt...)
 - moved PyAMS authentication policy to dedicated module
 - handle ConnectionStateError in authentication policy
 - updated doctests

1.0.5
-----
 - simple version switch to avoid mismatch in Buildout configuration file...  :(

1.0.4
-----
 - code cleanup

1.0.3
-----
 - handle ConnectionStateError in JWT authentication plug-in
 - updated doctests

1.0.2
-----
 - added support for HS512 and RS512 JWT encryption protocols

1.0.1
-----
 - updated imports in include file for tests integration

1.0.0
-----
 - initial release

            

Raw data

            {
    "_id": null,
    "home_page": "https://pyams.readthedocs.io",
    "name": "pyams-security",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "Pyramid PyAMS",
    "author": "Thierry Florac",
    "author_email": "tflorac@ulthar.net",
    "download_url": "https://files.pythonhosted.org/packages/16/34/dac5ebea73593aca78f9a200b33e1e5b2c195f868b180cfe43acc91cddbb/pyams_security-2.3.1.tar.gz",
    "platform": null,
    "description": "======================\nPyAMS_security package\n======================\n\n.. contents::\n\n\nWhat is PyAMS?\n==============\n\nPyAMS (Pyramid Application Management Suite) is a small suite of packages written for applications\nand content management with the Pyramid framework.\n\n**PyAMS** is actually mainly used to manage web sites through content management applications (CMS,\nsee PyAMS_content package), but many features are generic and can be used inside any kind of web\napplication.\n\nAll PyAMS documentation is available on `ReadTheDocs <https://pyams.readthedocs.io>`_; source code\nis available on `Gitlab <https://gitlab.com/pyams>`_ and pushed to `Github\n<https://github.com/py-ams>`_.\n\n\nWhat is PyAMS_security?\n=======================\n\nPyAMS_security is a core extension package for PyAMS which provides all base security-related\nfeatures; the package provides a custom authentication policy which is based on a custom \"security\nmanager\". This utility is a pluggable tool which is handling system users, local users and groups;\nexternal packages are available to provide other authentication and security mechanisms, like\nHTTP authentication, JWT tokens management, and OAuth, Azure or LDAP based authentication.\n\nFinally, PyAMS_security provides ACLs and roles management, as well as custom schema fields to\nstore roles assigned to principals.\n\n\nChangelog\n=========\n\n2.3.1\n-----\n - updated translations\n\n2.3.0\n-----\n - allow case-insensitive local user login\n\n2.2.1\n-----\n - added support for custom attributes in roles\n\n2.2.0\n-----\n - added marker interface to handle unknown or missing principals\n - added argument to security manager authentication method to get plugins instance\n   instead of plugin name\n\n2.1.2\n-----\n - renamed UnknownPrincipal class to avoid strange pickle behaviour...\n\n2.1.1\n-----\n - optimized principal getter helper function\n - moved PyAMS_utils finder helper to new module\n\n2.1.0\n-----\n - \"forbidden\" permission is not granted automatically to system manager automatically anymore;\n   an optional configuration setting must be used to grant this permission\n\n2.0.1\n-----\n - updated Buildout configuration\n\n2.0.0\n-----\n - migrated to Pyramid 2.0\n - added interface and adapter to get user roles\n - added REST API authentication checker\n\n1.11.2\n------\n - renamed settings parameter used to disable default security policy on site root\n\n1.11.1\n------\n - updated doctests\n - added support for Python 3.11\n\n1.11.0\n------\n - added support for user registration\n - moved open registration settings to PyAMS_security_views package\n\n1.10.6\n------\n - updated CORS requests handler\n - use f-strings in logger output\n\n1.10.5\n------\n - added constant to set unchanged password value\n\n1.10.4\n------\n - added allowed methods argument to CORS requests handler\n - rollback on Gitlab-CI test coverage report integration\n\n1.10.3\n------\n - added Gitlab-CI test coverage report\n\n1.10.2\n------\n - added custom CORS requests handler adapter\n\n1.10.1\n------\n - updated Gitlab-CI configuration\n\n1.10.0\n------\n - added REST services configuration and validators to handle CORS requests\n\n1.9.0\n-----\n - moved security plugins interfaces to dedicated module\n - added support for Python 3.10\n\n1.8.4\n-----\n - added method to security manager to get a raw principal, bypassing cache\n\n1.8.3\n-----\n - updated translations\n\n1.8.2\n-----\n - reStructuredText formatting error...\n\n1.8.1\n-----\n - added constant for unknown principal ID\n - added constants for principal and group ID formatters\n\n1.8.0\n-----\n - added attribute to security manager to show link in home page\n\n1.7.1\n-----\n - added strings constants for plug-ins labels\n\n1.7.0\n-----\n - added ProtectedViewObjectMixin, to be used as base for any object using dynamic\n   *permission* property\n - added \"action\" argument to \"get_edit_permission()\" function; this allows to register\n   custom adapters to *IViewContextPermissionChecker* with this name, to be able to check\n   edit permissions for custom actions\n - added ISecurityContext interface\n\n1.6.2\n-----\n - renamed 'skin' module to 'api'\n\n1.6.1\n-----\n - correction in Gitlab-CI Pylint task\n\n1.6.0\n-----\n - removed support for Python < 3.7\n - added custom password encoders\n - updated doctests\n\n1.5.5\n-----\n - updated Gitlab-CI configuration\n\n1.5.4\n-----\n - updated Gitlab-CI configuration\n\n1.5.3\n-----\n - added wheels to Buildout configuration\n\n1.5.2\n-----\n - updated Gitlab-CI configuration for last Python versions\n\n1.5.1\n-----\n - updated doctests\n\n1.5.0\n-----\n - added ISecurityManager factory configuration\n - removed Travis-CI configuration\n\n1.4.0\n-----\n - added config.upgrade_role function, to be able to add permissions to an existing role\n - updated default site roles\n - updated doctests\n\n1.3.1\n-----\n - updated security manager interface to add registered credentials plug-ins names\n\n1.3.0\n-----\n - added argument in \"find_principals\" methods to only allow exact match\n\n1.2.1\n-----\n - use updated WSGI decorator to prevent storage of null values into request environment\n\n1.2.0\n-----\n - updated roles management; this will allow to extend supported roles of a given class just\n   by adding adapters, without modifying the original class\n - moved PyAMS security policy to dedicated module\n - added registration of standard roles and security policy\n - add factories registration in default security plug-ins\n - updated users registration process\n - updated adapter_config decorator arguments\n - updated doctests\n\n1.1.3\n-----\n - small updates in policy management of *authenticated_user_id*\n\n1.1.2\n-----\n - updated doctests with configured cache\n\n1.1.1\n-----\n - removed dependency on *pyams_auth_http* package\n\n1.1.0\n-----\n - moved authentication plug-ins to dedicated packages (see pyams_auth_http, pyams_auth_jwt...)\n - moved PyAMS authentication policy to dedicated module\n - handle ConnectionStateError in authentication policy\n - updated doctests\n\n1.0.5\n-----\n - simple version switch to avoid mismatch in Buildout configuration file...  :(\n\n1.0.4\n-----\n - code cleanup\n\n1.0.3\n-----\n - handle ConnectionStateError in JWT authentication plug-in\n - updated doctests\n\n1.0.2\n-----\n - added support for HS512 and RS512 JWT encryption protocols\n\n1.0.1\n-----\n - updated imports in include file for tests integration\n\n1.0.0\n-----\n - initial release\n",
    "bugtrack_url": null,
    "license": "ZPL",
    "summary": "PyAMS security management package",
    "version": "2.3.1",
    "project_urls": {
        "Homepage": "https://pyams.readthedocs.io"
    },
    "split_keywords": [
        "pyramid",
        "pyams"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2b2278759c866f1433aa2a4d94669f2c0276d5c8b5d9e9ac3df6f6967f2127c3",
                "md5": "c12275d6fd4acf5af180a12bc2cbcfce",
                "sha256": "c255d421abb01a211a9f46f787f65edadb57f81a41864f30355c75ff0adc9c7f"
            },
            "downloads": -1,
            "filename": "pyams_security-2.3.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c12275d6fd4acf5af180a12bc2cbcfce",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 113723,
            "upload_time": "2024-04-28T14:59:48",
            "upload_time_iso_8601": "2024-04-28T14:59:48.990869Z",
            "url": "https://files.pythonhosted.org/packages/2b/22/78759c866f1433aa2a4d94669f2c0276d5c8b5d9e9ac3df6f6967f2127c3/pyams_security-2.3.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1634dac5ebea73593aca78f9a200b33e1e5b2c195f868b180cfe43acc91cddbb",
                "md5": "02f877fd77417af6dc36c6740e25c9ca",
                "sha256": "adb3a2967ddea71176a2a6aca8c24b84f1d0b76e807813769b9e566a8a73a957"
            },
            "downloads": -1,
            "filename": "pyams_security-2.3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "02f877fd77417af6dc36c6740e25c9ca",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 70280,
            "upload_time": "2024-04-28T14:59:51",
            "upload_time_iso_8601": "2024-04-28T14:59:51.032021Z",
            "url": "https://files.pythonhosted.org/packages/16/34/dac5ebea73593aca78f9a200b33e1e5b2c195f868b180cfe43acc91cddbb/pyams_security-2.3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-28 14:59:51",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pyams-security"
}
        
Elapsed time: 0.24210s