Skip to content

Commit 0789220

Browse files
committed
Add initial (advanced) credentials page
1 parent f164dd3 commit 0789220

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: Advanced Auth
3+
menu:
4+
main:
5+
parent: Security
6+
weight: 10
7+
---
8+
9+
# Overview 🔐
10+
11+
Thanks to our collaborators at CTDS — Funnel is currently adding support for "Per-User/Per-Bucket" credentials to allow Users to access S3 Buckets without having to store their credentials in the Funnel Server.
12+
13+
The high level overview of this feature will be such Funnel will be able to speak with a custom credential "Wrapper Script" that will:
14+
15+
- Take the User Credentials
16+
- Create an S3 Bucket
17+
- Generate a Key (optionally for use in Nextflow Config)
18+
- Send the Key to Funnel
19+
20+
In this way this Wrapper can manage the bucket and the keys (the Wrapper would be the middleware between the User and Funnel).
21+
22+
Stay tuned for this feature's development! This feature is being tracked with the following:
23+
24+
- GitHub Branch: https://github.com/ohsu-comp-bio/funnel/tree/feature/credentials
25+
- Pull Request: https://github.com/ohsu-comp-bio/funnel/pull/1077
26+
27+
# Credits 🙌
28+
29+
This feature and its development would not be possible without our continuing collaboration with [Pauline Ribeyre](https://github.com/paulineribeyre), [Jawad Qureshi](https://github.com/jawadqur), [Michael Fitzsimons](https://www.linkedin.com/in/michael-fitzsimons-ab8a6111), and the entire [CTDS](https://ctds.uchicago.edu) team at the [University of Chicago](https://www.uchicago.edu/)!

0 commit comments

Comments
 (0)