-
-
Notifications
You must be signed in to change notification settings - Fork 22
Description
Question
I was worried about the security in the AcaPy aiohttp instances and asyncio calls with the API endpoints.
Further Information
Maybe I missed it , but following the aiohttp.clientsession calls from the AcaPy endpoints I could not find any builtin security.
https://aiohttp-security.readthedocs.io/en/latest/usage.html
We could check out the python native aiohttp-security library which uses security policies.
There are also alternatives which we can also reach, is using SSL when serving Swagger calls.
Additional Context
We could also consider installing a SSL certificate in the swagger Certificate Manager (not sure if AcaPy allows this admin part of the API to be administered or changed).
Or we can use HA load balancers to capture HTTPS traffic and balance it further to AcaPy swagger endpoints.
In both approaches we need access to the Swagger Admin Center -- usually at http://<DOMAIN_or_IP>/ui
Cheers.
Z