Closed jbernal0019 closed 3 years ago
I'd like to try this one to get started with the backend if you think it's beginner friendly.
It'll be a challenge, but doable in 1-7 days after getting acquainted with the code. You should be familiar with Linux and Docker if you want to take this task.
Start here: https://github.com/FNNDSC/docker-swift-onlyone/blob/master/swift/dispersion.conf
Related repo: https://github.com/FNNDSC/docker-swift-onlyone
Task: allow the user and password of swift service to be customized, preferably using docker secrets. https://docs.docker.com/engine/swarm/secrets/
Docker secrets are (text) files made securely visible to containers under
/run/secret/<name>
. Example:Example
./my-swift-credentials.env