interledger / roadmap

Roadmap for the Interledger Ecosystem
0 stars 0 forks source link

Rafiki: Security mechanism for the Rafiki Admin API & UI #17

Open AlexLakatos opened 1 year ago

AlexLakatos commented 1 year ago

Summary

Currently, the GraphQL Admin API in Rafiki is using "same network" as a security concern. We'd like to explore and implement a more secure policy for it, looking at Basic Auth and MTLS.

The Admin UI is unsecured right now, we'll need to add login screens to that as well.

Intended Outcomes

Design, spec and implement a security mechanism for the Admin API.

How will it work?

There is a secure communication mechanism between the account provider and the backend service.

Links

Resources

matdehaast commented 1 year ago

Sabine has work already that does some of this, we need to work out how that would fit in here.