Skip to main content

Fabric Control Framework

Project description

PyPI

Fabric Credential Manager Client

This is Fabric Credential Manager API

This Python package is automatically generated by the Swagger Codegen project:

  • API version: 1.0.1
  • Package version: 1.0.0
  • Build package: io.swagger.codegen.v3.generators.python.PythonClientCodegen

Requirements.

Python 3.9+

Installation & Usage

pip install

If the python package is hosted on Github, you can install directly from Github

pip install git+https://github.com/fabric-testbed/fabric_credmgr.git

(you may need to run pip with root permission: sudo pip install git+https://github.com/fabric-testbed/fabric_credmgr.git)

Then import the package:

import fabric_cm.credmgr.credmgr_proxy 

Setuptools

Install via Setuptools.

python setup.py install --user

(or sudo python setup.py install to install the package for all users)

Then import the package:

from fabric_cm.credmgr.credmgr_proxy import CredmgrProxy

Getting Started

Please follow the installation procedure and then run the following:

from fabric_cm.credmgr.credmgr_proxy import CredmgrProxy
from fabric_cm.credmgr.swagger_client.rest import ApiException

credmgr_proxy = CredmgrProxy(credmgr_host="https://dev-2.fabric-testbed.net/")
try:
    version = credmgr_proxy.version_get()
    print(version)
except ApiException as e:
    print("Exception when calling CredmgrProxy->version_get: %s\n" % e)

try:
    version = credmgr_proxy.certs_get()
    print(version)
except ApiException as e:
    print("Exception when calling CredmgrProxy->certs_get: %s\n" % e)


try:
    version = credmgr_proxy.refresh(project_id='12345', scope='all', refresh_token='TOKEN')
    print(version)
except ApiException as e:
    print("Exception when calling CredmgrProxy->refresh: %s\n" % e)

try:
    version = credmgr_proxy.revoke(refresh_token='TOKEN')
    print(version)
except ApiException as e:
    print("Exception when calling CredmgrProxy->revoke: %s\n" % e)

Documentation for API Endpoints

All URIs are relative to http://127.0.0.1:7000/credmgr/

Class Method HTTP request Description
DefaultApi certs_get GET /certs Return Public Keys to verify signature of the tokens
TokensApi tokens_create_post POST /tokens/create Generate tokens for an user
TokensApi tokens_get GET /tokens Get tokens
TokensApi tokens_refresh_post POST /tokens/refresh Refresh tokens for an user
TokensApi tokens_revoke_list_get GET /tokens/revoke_list Get token revoke list i.e. list of revoked identity token hashes
TokensApi tokens_revoke_post POST /tokens/revoke Revoke a token for an user
TokensApi tokens_revokes_post POST /tokens/revokes Revoke a token
TokensApi tokens_validate_post POST /tokens/validate Validate an identity token issued by Credential Manager
VersionApi version_get GET /version Version

Documentation For Models

Documentation For Authorization

All endpoints do not require authorization.

Author

kthare10@unc.edu

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

fabric-credmgr-client-1.6.2.tar.gz (37.8 kB view details)

Uploaded Source

Built Distribution

fabric_credmgr_client-1.6.2-py3-none-any.whl (61.7 kB view details)

Uploaded Python 3

File details

Details for the file fabric-credmgr-client-1.6.2.tar.gz.

File metadata

File hashes

Hashes for fabric-credmgr-client-1.6.2.tar.gz
Algorithm Hash digest
SHA256 b8aa1d614cd6778968c2e7f08afe7099bfd416e7fe808bb0b58809b580e0575d
MD5 53b8de2e092840ddcaeab301c4765e8c
BLAKE2b-256 d07e0ac3796afe26d98d6ef18ec41444b8ac01d4b36b0e4796e6e8bd162896d2

See more details on using hashes here.

File details

Details for the file fabric_credmgr_client-1.6.2-py3-none-any.whl.

File metadata

File hashes

Hashes for fabric_credmgr_client-1.6.2-py3-none-any.whl
Algorithm Hash digest
SHA256 176b6c6d2e3e83d1f4583b96e2067c3663ac8a84e83bd566838ac636e74a3b86
MD5 0fb400ce04fbed6a398547a87ca5c7b5
BLAKE2b-256 ae237e56fefcc11f06e2cd95873f4f64f68ac6745cb7504d5ff418c38cfac0cf

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page