Register endpoints and services in DAC
Project description
About
This module is used to register endpoints
and service names
to DAC
[Dyncamic Access Control] service.
DAC
[Dyncamic Access Control] service is used to control accesses between microservices
and users
Visit https://github.com/OnePoint-Team/DAC for more information about DAC
service
🔨 Installation
$ sudo pip3 install dac_autoreg
🕹 Python Module
from fastapi import FastAPI
from core.factories import settings
from core.extensions import log
from dac_autoreg.modules import Autoreg
app = FastAPI()
@app.on_event("startup")
async def startup():
await Autoreg(app=app, log=log, settings=settings).autoreg()
Supported OS
Linux, MacOS
🌱 Contributing
Feel free to open issue and send pull request.
Python >= 3.6
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dac-autoreg-0.2.9.tar.gz
(4.0 kB
view hashes)
Built Distribution
Close
Hashes for dac_autoreg-0.2.9-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0a6e7302c3c00b3d3b87edd2d7394d8418d3fc52350607afe96b4a2cd55134b4 |
|
MD5 | d556df5cc2f856a0c64a826b1146c917 |
|
BLAKE2b-256 | a844ecb2201e9cb857139805fe17e942219b05e79387dbb1db09754bebb226d8 |