Skip to content

elasticsearch connecting string gets saved in db in cleartext #823

Open

Description

the connection string http://user:password@ip

gets saved as is aka cleartext into the psql database.
it would be great if nextcloud and/or plugins would support something like

ELASTIC_PASSWORD_FILE=/run/secrets/the_elastic_password.txt

to make use of docker secrets and then declare the connection string something like

http://user:$(ELASTIC_PASSWORD)@ip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions