Skip to main content

Aserto API client

Project description

Aserto API client

High-level client interface to Aserto's APIs.

At the moment this only supports interacting with Aserto's Authorizer service.

Installation

Using Pip

pip install aserto

Using Poetry

poetry add aserto

Usage

from aserto import HostedAuthorizer, Identity
from aserto.api.authorizer import AuthorizerClient


client = AuthorizerClient(
    tenant_id=ASERTO_TENANT_ID,
    identity=Identity(type="NONE"),
    authorizer=HostedAuthorizer(api_key=ASERTO_API_KEY, service_type="gRPC"),
)

result = await client.decision_tree(
    decisions=["visible", "enabled", "allowed"],
    policy_id=ASERTO_POLICY_ID,
    policy_path_root=ASERTO_POLICY_PATH_ROOT,
    policy_path_separator="DOT",
)

assert result == {
    "GET.your.policy.path": {
        "visible": True,
        "enabled": True,
        "allowed": False,
    },
}

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

aserto-0.1.0.tar.gz (7.1 kB view details)

Uploaded Source

Built Distribution

aserto-0.1.0-py3-none-any.whl (9.4 kB view details)

Uploaded Python 3

File details

Details for the file aserto-0.1.0.tar.gz.

File metadata

  • Download URL: aserto-0.1.0.tar.gz
  • Upload date:
  • Size: 7.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.8 CPython/3.7.11 Darwin/20.3.0

File hashes

Hashes for aserto-0.1.0.tar.gz
Algorithm Hash digest
SHA256 c4c237cabcf6ac2fddd36613ef31916457e8b21f2568e46c4d1e93b6d4893294
MD5 329a0d56ee772d926547477031c108d7
BLAKE2b-256 0dcb4988fa69cdb27355e14aecb45f292ada18a7c0fab2e7601956f1857f604c

See more details on using hashes here.

File details

Details for the file aserto-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: aserto-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 9.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.8 CPython/3.7.11 Darwin/20.3.0

File hashes

Hashes for aserto-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 9411f0eac4826f8c01d1a7c332d702ff5fede42b95154397293233e2509829a3
MD5 f88176c00dd501a35236ba72589298fc
BLAKE2b-256 94abb6f0c5e311ae56d5c4b116e92dfec40fa607fd049eeaa04b49152f59eb5c

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