DataFed
DataFed copied to clipboard
A Federated Scientific Data Management System
https://github.com/ORNL/DataFedDependencies/pull/3
# Description Currently, when you clone a repo, it will pull in the full history which can take a long time and is not helpful. By only doing a shallow...
## Problem We Want to Solve The Rust API and PingFed containers need to be added to the CI.
## Description Assuming we have an image with commit 1. In an attempt to prevent building images over the CI pipelines are currently set to avoid building an image if...
Below is listed all recommendations/technical debt from the ai
## Description The plan for beginning the new Rust backend is to implement it as a thin auth API to support the device authorization flow for the Python API. The...
## Problem We Want to Solve Certain Kubernetes clusters have reduced priviledges for security reasons, we want to make sure the containers we build are compatible with minimal priviledge images....
## Description This issue will serve to identify the locations in the code which are used to perform authentication that need to be changed for this epic, and will be...
## Description Currently DataFed only supports Globus for authorization, and only generic user/pass authentication for the Python API. This needs to be updated to support OAuth2/OIDC from an arbitrary provider...
## Problem We Want to Solve Globus tokens are not encrypted in the database as an extra layer of security we would like to encrypt them. ## Describe the Solution...