pangeo-data / pangeo-eosc

Pangeo for the European Open Science cloud
https://pangeo-data.github.io/pangeo-eosc/
MIT License
3 stars 3 forks source link

Store plain values.yaml and secrets.yaml files in this repository #11

Open guillaumeeb opened 2 years ago

guillaumeeb commented 2 years ago

The example of Daskhub configuration is currently directly contained in a markdown documentation here: https://github.com/pangeo-data/pangeo-eosc/blob/main/EGI.md.

It would be nice if we could store the values.yaml and a secrets.yaml encrypted files containing secrets (tokens and EGI login credentials) directly in this repo. This would allow us to directly clone the repo on EGI kubernetes deployments and store the configuration changes.

sebastian-luna-valero commented 1 year ago

First step towards this approach is here.

Do you know how to safely deal with encrypted secrets.yaml? Please share your recommendations so we can go ahead.