k2hr3-osnl


Namek2hr3-osnl JSON
Version 1.0.7 PyPI version JSON
download
home_pageNone
SummaryAn OpenStack notification listener for the K2HR3 role-based ACL system
upload_time2024-10-18 10:08:52
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseMIT License Copyright (c) 2018 Yahoo Japan Corporation Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords k2hr3 antpickax openstack iaas k2hdkc_dbaas
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            =====================================
K2HR3 OpenStack Notification Listener
=====================================

.. image:: https://img.shields.io/badge/license-MIT-blue.svg
        :target: https://github.com/yahoojapan/k2hr3_osnl/blob/master/LICENSE
.. image:: https://img.shields.io/pypi/pyversions/k2hdkc.svg
        :target: https://pypi.python.org/pypi/k2hr3-osnl
.. image:: https://img.shields.io/github/forks/yahoojapan/k2hr3_osnl.svg
        :target: https://github.com/yahoojapan/k2hr3_osnl/network
.. image:: https://img.shields.io/github/stars/yahoojapan/k2hr3_osnl.svg
        :target: https://github.com/yahoojapan/k2hr3_osnl/stargazers
.. image:: https://img.shields.io/github/issues/yahoojapan/k2hr3_osnl.svg
        :target: https://github.com/yahoojapan/k2hr3_osnl/issues
.. image:: https://github.com/yahoojapan/k2hr3_osnl/workflows/Python%20package/badge.svg
        :target: https://github.com/yahoojapan/k2hr3_osnl/actions
.. image:: https://readthedocs.org/projects/k2hdkc-python/badge/?version=latest
        :target: https://k2hr3-osnl.readthedocs.io/en/latest/?badge=latest
.. image:: https://img.shields.io/pypi/v/k2hr3-osnl
        :target: https://pypi.org/project/k2hr3-osnl/


An OpenStack notification listener for the K2HR3 role-based ACL system developed in Yahoo Japan Corporation.


Overview
--------

**k2hr3_osnl** is **K2HR3** **O** pen **S** tack **N** otification **L** istener that is a part of the K2HR3_
system, which is a role-based ACL system developed in `Yahoo Japan Corporation`_.

.. _K2HR3: https://k2hr3.antpick.ax/
.. _`Yahoo Japan Corporation`: https://about.yahoo.co.jp/info/en/company/

**k2hr3_osnl** is an OpenStack_ Notification Listener that listens to notifications from
OpenStack_ services. OpenStack_ services emit notifications to the message bus, which is provided 
by oslo.messaging_. oslo.messaging_ transports notification messages to a message broker server. 
The default broker server is RabbitMQ_. When **k2hr3_osnl** catches a notification message from RabbitMQ_, 
it sends the payload to the K2HR3_ that is a role-based ACL system that provides access control 
for OpenStack virtual machine instances. Figure 1 shows the relationship between the components.

.. _OpenStack: https://www.openstack.org/
.. _oslo.messaging: https://docs.openstack.org/oslo.messaging/latest/
.. _RabbitMQ: http://www.rabbitmq.com/

Fig.1: overview

.. image:: https://raw.githubusercontent.com/yahoojapan/k2hr3_osnl/master/docs/k2hr3_osnl_overview.png


Documents
----------

Here are documents including other components.

`K2HR3 Document`_

`K2HR3 Web Application Usage`_

`K2HR3 REST API Usage`_

`K2HR3 OpenStack Notification Listener Usage`_

`K2HR3 Watcher Usage`_

`K2HR3 Get Resource Usage`_

`K2HR3 Utilities for Setup`_

`K2HR3 Demonstration`_

`K2HR3 Command Line Interface Usage`_

`About k2hdkc`_

`About k2hash`_

`About chmpx`_

`About k2hash transaction plugin`_

`About AntPickax`_


.. _`K2HR3 Document`: https://k2hr3.antpick.ax/index.html
.. _`K2HR3 Web Application Usage`: https://k2hr3.antpick.ax/usage_app.html
.. _`K2HR3 REST API Usage`: https://k2hr3.antpick.ax/api.html
.. _`K2HR3 OpenStack Notification Listener Usage`: https://k2hr3.antpick.ax/detail_osnl.html
.. _`K2HR3 Watcher Usage`: https://k2hr3.antpick.ax/tools.html
.. _`K2HR3 Get Resource Usage`: https://k2hr3.antpick.ax/tools.html
.. _`K2HR3 Utilities for Setup`: https://k2hr3.antpick.ax/setup.html
.. _`K2HR3 Demonstration`: https://demo.k2hr3.antpick.ax/
.. _`K2HR3 Command Line Interface Usage`: https://k2hr3.antpick.ax/cli.html
.. _`About k2hdkc`: https://k2hdkc.antpick.ax/
.. _`About k2hash`: https://k2hash.antpick.ax/
.. _`About chmpx`: https://chmpx.antpick.ax/
.. _`About k2hash transaction plugin`: https://k2htpdtor.antpick.ax/
.. _`About AntPickax`: https://antpick.ax/

Repositories
-------------

Here are repositories including other components.

`K2HR3 main repository`_

`K2HR3 Web Application repository`_

`K2HR3 REST API repository`_

`K2HR3 OpenStack Notification Listener`_

`K2HR3 Container Registration Sidecar`_

`K2HR3 Get Resource`_

`K2HR3 Command Line Interface`_

`k2hdkc`_

`k2hash`_

`chmpx`_ 

`k2hash transaction plugin`_

.. _`K2HR3 main repository`:  https://github.com/yahoojapan/k2hr3
.. _`K2HR3 Web Application repository`: https://github.com/yahoojapan/k2hr3_app
.. _`K2HR3 REST API repository`: https://github.com/yahoojapan/k2hr3_api
.. _`K2HR3 OpenStack Notification Listener`: https://github.com/yahoojapan/k2hr3_osnl
.. _`K2HR3 Utilities`: https://github.com/yahoojapan/k2hr3_utils
.. _`K2HR3 Container Registration Sidecar`: https://github.com/yahoojapan/k2hr3_sidecar
.. _`K2HR3 Get Resource`: https://github.com/yahoojapan/k2hr3_get_resource
.. _`K2HR3 Command Line Interface`: https://github.com/yahoojapan/k2hr3_cli
.. _`k2hdkc`: https://github.com/yahoojapan/k2hdkc
.. _`k2hash`: https://github.com/yahoojapan/k2hash
.. _`chmpx`: https://github.com/yahoojapan/chmpx
.. _`k2hash transaction plugin`: https://github.com/yahoojapan/k2htp_dtor


Packages
--------

Here are packages including other components.

`k2hr3-app(npm packages)`_

`k2hr3-api(npm packages)`_

`k2hr3-osnl(python packages)`_

`k2hr3.sidecar(dockerhub)`_

`k2hr3-get-resource(packages)`_


.. _`k2hr3-app(npm packages)`:  https://www.npmjs.com/package/k2hr3-app
.. _`k2hr3-api(npm packages)`:  https://www.npmjs.com/package/k2hr3-api
.. _`k2hr3-osnl(python packages)`:  https://pypi.org/project/k2hr3-osnl/
.. _`k2hr3.sidecar(dockerhub)`:  https://hub.docker.com/r/antpickax/k2hr3.sidecar
.. _`k2hr3-get-resource(packages)`:  https://packagecloud.io/app/antpickax/stable/search?q=k2hr3-get-resource



License
--------

MIT License


AntPickax
---------

**k2hr3_osnl** is a project by AntPickax_, which is an open source team in `Yahoo Japan Corporation`_.

.. _AntPickax: https://antpick.ax/
.. _`Yahoo Japan Corporation`: https://about.yahoo.co.jp/info/en/company/

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "k2hr3-osnl",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "Hirotaka Wakabayashi <hiwakaba@lycorp.co.jp>, Takeshi Nakatani <ggtakec@gmail.com>",
    "keywords": "k2hr3, antpickax, OpenStack, iaas, k2hdkc_dbaas",
    "author": null,
    "author_email": "Hirotaka Wakabayashi <hiwakaba@lycorp.co.jp>, Takeshi Nakatani <ggtakec@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/e4/f9/90ae0972b6a4ee1ba6c569d867e322f6eb239f66a6ac824c5b1cfd9dfa47/k2hr3_osnl-1.0.7.tar.gz",
    "platform": null,
    "description": "=====================================\nK2HR3 OpenStack Notification Listener\n=====================================\n\n.. image:: https://img.shields.io/badge/license-MIT-blue.svg\n        :target: https://github.com/yahoojapan/k2hr3_osnl/blob/master/LICENSE\n.. image:: https://img.shields.io/pypi/pyversions/k2hdkc.svg\n        :target: https://pypi.python.org/pypi/k2hr3-osnl\n.. image:: https://img.shields.io/github/forks/yahoojapan/k2hr3_osnl.svg\n        :target: https://github.com/yahoojapan/k2hr3_osnl/network\n.. image:: https://img.shields.io/github/stars/yahoojapan/k2hr3_osnl.svg\n        :target: https://github.com/yahoojapan/k2hr3_osnl/stargazers\n.. image:: https://img.shields.io/github/issues/yahoojapan/k2hr3_osnl.svg\n        :target: https://github.com/yahoojapan/k2hr3_osnl/issues\n.. image:: https://github.com/yahoojapan/k2hr3_osnl/workflows/Python%20package/badge.svg\n        :target: https://github.com/yahoojapan/k2hr3_osnl/actions\n.. image:: https://readthedocs.org/projects/k2hdkc-python/badge/?version=latest\n        :target: https://k2hr3-osnl.readthedocs.io/en/latest/?badge=latest\n.. image:: https://img.shields.io/pypi/v/k2hr3-osnl\n        :target: https://pypi.org/project/k2hr3-osnl/\n\n\nAn OpenStack notification listener for the K2HR3 role-based ACL system developed in Yahoo Japan Corporation.\n\n\nOverview\n--------\n\n**k2hr3_osnl** is **K2HR3** **O** pen **S** tack **N** otification **L** istener that is a part of the K2HR3_\nsystem, which is a role-based ACL system developed in `Yahoo Japan Corporation`_.\n\n.. _K2HR3: https://k2hr3.antpick.ax/\n.. _`Yahoo Japan Corporation`: https://about.yahoo.co.jp/info/en/company/\n\n**k2hr3_osnl** is an OpenStack_ Notification Listener that listens to notifications from\nOpenStack_ services. OpenStack_ services emit notifications to the message bus, which is provided \nby oslo.messaging_. oslo.messaging_ transports notification messages to a message broker server. \nThe default broker server is RabbitMQ_. When **k2hr3_osnl** catches a notification message from RabbitMQ_, \nit sends the payload to the K2HR3_ that is a role-based ACL system that provides access control \nfor OpenStack virtual machine instances. Figure 1 shows the relationship between the components.\n\n.. _OpenStack: https://www.openstack.org/\n.. _oslo.messaging: https://docs.openstack.org/oslo.messaging/latest/\n.. _RabbitMQ: http://www.rabbitmq.com/\n\nFig.1: overview\n\n.. image:: https://raw.githubusercontent.com/yahoojapan/k2hr3_osnl/master/docs/k2hr3_osnl_overview.png\n\n\nDocuments\n----------\n\nHere are documents including other components.\n\n`K2HR3 Document`_\n\n`K2HR3 Web Application Usage`_\n\n`K2HR3 REST API Usage`_\n\n`K2HR3 OpenStack Notification Listener Usage`_\n\n`K2HR3 Watcher Usage`_\n\n`K2HR3 Get Resource Usage`_\n\n`K2HR3 Utilities for Setup`_\n\n`K2HR3 Demonstration`_\n\n`K2HR3 Command Line Interface Usage`_\n\n`About k2hdkc`_\n\n`About k2hash`_\n\n`About chmpx`_\n\n`About k2hash transaction plugin`_\n\n`About AntPickax`_\n\n\n.. _`K2HR3 Document`: https://k2hr3.antpick.ax/index.html\n.. _`K2HR3 Web Application Usage`: https://k2hr3.antpick.ax/usage_app.html\n.. _`K2HR3 REST API Usage`: https://k2hr3.antpick.ax/api.html\n.. _`K2HR3 OpenStack Notification Listener Usage`: https://k2hr3.antpick.ax/detail_osnl.html\n.. _`K2HR3 Watcher Usage`: https://k2hr3.antpick.ax/tools.html\n.. _`K2HR3 Get Resource Usage`: https://k2hr3.antpick.ax/tools.html\n.. _`K2HR3 Utilities for Setup`: https://k2hr3.antpick.ax/setup.html\n.. _`K2HR3 Demonstration`: https://demo.k2hr3.antpick.ax/\n.. _`K2HR3 Command Line Interface Usage`: https://k2hr3.antpick.ax/cli.html\n.. _`About k2hdkc`: https://k2hdkc.antpick.ax/\n.. _`About k2hash`: https://k2hash.antpick.ax/\n.. _`About chmpx`: https://chmpx.antpick.ax/\n.. _`About k2hash transaction plugin`: https://k2htpdtor.antpick.ax/\n.. _`About AntPickax`: https://antpick.ax/\n\nRepositories\n-------------\n\nHere are repositories including other components.\n\n`K2HR3 main repository`_\n\n`K2HR3 Web Application repository`_\n\n`K2HR3 REST API repository`_\n\n`K2HR3 OpenStack Notification Listener`_\n\n`K2HR3 Container Registration Sidecar`_\n\n`K2HR3 Get Resource`_\n\n`K2HR3 Command Line Interface`_\n\n`k2hdkc`_\n\n`k2hash`_\n\n`chmpx`_ \n\n`k2hash transaction plugin`_\n\n.. _`K2HR3 main repository`:  https://github.com/yahoojapan/k2hr3\n.. _`K2HR3 Web Application repository`: https://github.com/yahoojapan/k2hr3_app\n.. _`K2HR3 REST API repository`: https://github.com/yahoojapan/k2hr3_api\n.. _`K2HR3 OpenStack Notification Listener`: https://github.com/yahoojapan/k2hr3_osnl\n.. _`K2HR3 Utilities`: https://github.com/yahoojapan/k2hr3_utils\n.. _`K2HR3 Container Registration Sidecar`: https://github.com/yahoojapan/k2hr3_sidecar\n.. _`K2HR3 Get Resource`: https://github.com/yahoojapan/k2hr3_get_resource\n.. _`K2HR3 Command Line Interface`: https://github.com/yahoojapan/k2hr3_cli\n.. _`k2hdkc`: https://github.com/yahoojapan/k2hdkc\n.. _`k2hash`: https://github.com/yahoojapan/k2hash\n.. _`chmpx`: https://github.com/yahoojapan/chmpx\n.. _`k2hash transaction plugin`: https://github.com/yahoojapan/k2htp_dtor\n\n\nPackages\n--------\n\nHere are packages including other components.\n\n`k2hr3-app(npm packages)`_\n\n`k2hr3-api(npm packages)`_\n\n`k2hr3-osnl(python packages)`_\n\n`k2hr3.sidecar(dockerhub)`_\n\n`k2hr3-get-resource(packages)`_\n\n\n.. _`k2hr3-app(npm packages)`:  https://www.npmjs.com/package/k2hr3-app\n.. _`k2hr3-api(npm packages)`:  https://www.npmjs.com/package/k2hr3-api\n.. _`k2hr3-osnl(python packages)`:  https://pypi.org/project/k2hr3-osnl/\n.. _`k2hr3.sidecar(dockerhub)`:  https://hub.docker.com/r/antpickax/k2hr3.sidecar\n.. _`k2hr3-get-resource(packages)`:  https://packagecloud.io/app/antpickax/stable/search?q=k2hr3-get-resource\n\n\n\nLicense\n--------\n\nMIT License\n\n\nAntPickax\n---------\n\n**k2hr3_osnl** is a project by AntPickax_, which is an open source team in `Yahoo Japan Corporation`_.\n\n.. _AntPickax: https://antpick.ax/\n.. _`Yahoo Japan Corporation`: https://about.yahoo.co.jp/info/en/company/\n\nCredits\n-------\n\nThis package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage\n\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2018 Yahoo Japan Corporation  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.  ",
    "summary": "An OpenStack notification listener for the K2HR3 role-based ACL system",
    "version": "1.0.7",
    "project_urls": {
        "Bug Tracker": "https://github.com/yahoojapan/k2hr3_osnl/issues",
        "Changelog": "https://github.com/yahoojapan/k2hr3_osnl/blob/master/HISTORY.rst",
        "Documentation": "https://k2hr3-osnl.readthedocs.org",
        "Homepage": "https://github.com/yahoojapan/k2hr3_osnl",
        "Repository": "https://github.com/yahoojapan/k2hr3_osnl.git"
    },
    "split_keywords": [
        "k2hr3",
        " antpickax",
        " openstack",
        " iaas",
        " k2hdkc_dbaas"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e5a53c5777133a38e27b6411af5861af36dad009d8ca4c1a1cb6e4fb69dd0d6b",
                "md5": "c0e774375eb8b2756bb9455dcbac7c3b",
                "sha256": "2d6cefce0bafaa1e7c59902f617f2403dac55c2d6d9354c644caa4af51956caa"
            },
            "downloads": -1,
            "filename": "k2hr3_osnl-1.0.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c0e774375eb8b2756bb9455dcbac7c3b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 20758,
            "upload_time": "2024-10-18T10:08:51",
            "upload_time_iso_8601": "2024-10-18T10:08:51.119744Z",
            "url": "https://files.pythonhosted.org/packages/e5/a5/3c5777133a38e27b6411af5861af36dad009d8ca4c1a1cb6e4fb69dd0d6b/k2hr3_osnl-1.0.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e4f990ae0972b6a4ee1ba6c569d867e322f6eb239f66a6ac824c5b1cfd9dfa47",
                "md5": "4ac9822979ff1f50b271246618388fd5",
                "sha256": "96686c435f2aa6357371a48462155a889bba864432b11fd57ce1e852671c74e7"
            },
            "downloads": -1,
            "filename": "k2hr3_osnl-1.0.7.tar.gz",
            "has_sig": false,
            "md5_digest": "4ac9822979ff1f50b271246618388fd5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 340913,
            "upload_time": "2024-10-18T10:08:52",
            "upload_time_iso_8601": "2024-10-18T10:08:52.793128Z",
            "url": "https://files.pythonhosted.org/packages/e4/f9/90ae0972b6a4ee1ba6c569d867e322f6eb239f66a6ac824c5b1cfd9dfa47/k2hr3_osnl-1.0.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-18 10:08:52",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yahoojapan",
    "github_project": "k2hr3_osnl",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "k2hr3-osnl"
}
        
Elapsed time: 0.35685s