Hamza Oral

Results 4 comments of Hamza Oral

Hit the same issue today. In wazuh/elastic_stack/elasticsearch/elastic_conf/internal_users.yml do we need to change the hash values? Edit: Did not know the following documentation. If anyone has this kind of problem. [Here.](https://opendistro.github.io/for-elasticsearch-docs/old/0.9.0/docs/install/docker-security/)

Hi @gianlorenzop, use the following command for getting base64 conversion. ``` echo -n "password" | base64 -w 0 ```

I am writing a piece of code that converts OpenAPI definition to krakend.json for our APIs. Our microservices serve their API definition internally so every update to API definition will...