
Security News
OWASP 2025 Top 10 Adds Software Supply Chain Failures, Ranked Top Community Concern
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.
fabric-credmgr-client
Advanced tools
This is Fabric Credential Manager API
This Python package is automatically generated by the Swagger Codegen project:
Python 3.9+
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
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
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)
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 |
All endpoints do not require authorization.
FAQs
Fabric Control Framework
We found that fabric-credmgr-client demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.