nerodono commented on issue #5155:
URL: https://github.com/apache/couchdb/issues/5155#issuecomment-2256459007
Sure, it is a solution to add entire `.ini` config as a secret. (A little
off-topic) `sops-nix` works a bit different, here's yml configuration of sops,
as an example:
```yaml
users:
user:
password: qwerty
```
It will create file `/run/secrets/users/user/password` and place `qwerty` as
contents. It's a bit too __secret__ to store entire config in the secrets. JWT
authentication works for that purpose though.
@nickva proposed good solution, thanks! This will definitely work for me.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]