Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vtramo/secure-photo-hub

A REST API for securely storing and managing photos and albums
https://github.com/vtramo/secure-photo-hub

abac actix-web awss3 keycloak kubernetes rbac rust rust-web s3 secure-api sqlx vault

Last synced: 17 days ago
JSON representation

A REST API for securely storing and managing photos and albums

Awesome Lists containing this project

README

        

# Secure Photo Hub

A REST API for securely storing and managing photos and albums, developed for the Secure System Designs course at the University of Naples Federico II.

Uses AWS S3 for secure storage, Vault for secrets management, and Keycloak to centralize access control policies, leveraging a mix of RBAC (Role-Based Access Control) and ABAC (Attribute-Based Access Control), alongside OAuth2 and OpenID Connect.

Main requirements: confidentiality, availability, integrity of data, accountability, and authenticity.

In development.