Skip to content

elasticsearch_tls_key_passphrase containing $ not working #282

Open
@ivareri

Description

@ivareri

elasticsearch_tls_key_passphrase with a $ character is not working. This is most likely due to using echo with " quotation. This will lead to parameter expansion, while using ' wont.

~ >>> echo "test$var@test"                                                                                                                                                                
test@test

vs

~ >>> echo 'test$var@test'                                                                                                                                                                
test$var@test

This is done several places in elasticsearch-keystore.yml, like here

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions