dac-autoreg 0.3.0

Creator: codyrutscher

Last updated:

Add to Cart

Description:

dacautoreg 0.3.0

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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.