• Joined on 2021-06-08
leona commented on issue vikunja/vikunja#881 2021-06-09 15:03:35 +00:00
Allow setting openid provider clientSecret with an external file

It would be an option, but not the best I think. With that I couldn't use the full potential of NixOS modules.

For me the best would be to allow reading secrets out of files (as I described…

leona commented on issue vikunja/vikunja#881 2021-06-09 14:20:34 +00:00
Allow setting openid provider clientSecret with an external file

But the env value has to be stored somewhere hasn't it? I might be wrong though.

Would using a plain old yaml/toml config file be an option?

Yes and no. On my servers the secrets are stored…

leona commented on issue vikunja/vikunja#881 2021-06-09 13:51:10 +00:00
Allow setting openid provider clientSecret with an external file

Until this is sorted out, you should be able to just put the secrets in an external .nix file and import that (at least that's what I would do 🙃 ).

I don't think that would be a good option…

leona opened issue vikunja/vikunja#881 2021-06-08 21:20:47 +00:00
Allow setting openid provider clientSecret with an external file