"secret files" support in gitlab?

Hi

Just starting with Gitlab CI, and I was wondering if ‘secret files’ were actually supported ? (like they are in Jenkins Credentials plugin)
Gitlab seems to store secrets strings in environment variables only. Any way to store entire files and access them from the gitlab-ci-yml ?

Thanks

Hey @pewpew! I just released https://github.com/farwayer/docker-secret-files
Maybe it can be usefull for you.