agdsn / hades

AG DSN Authentication and Authorization Infrastructure
MIT License
8 stars 3 forks source link

Authenticate RPC messages #68

Closed sebschrader closed 6 years ago

sebschrader commented 6 years ago

RPC messages obtained from the message queue by Celery should be authenticated, before they are executed by the agent.

Celery includes an auth task serializer, which uses OpenSSL and X.509 certificates to sign an verify messages.