I ran into some issues properly setting the ES username and password in the properties.config through the entrypoint script. The existing code was duplicating the username and password values. These updated sed commands fix that issue for me. I didn't look to see if this issue exists in previous versions of geonetwork, but I can make the changes if this issue exists there too.
I ran into some issues properly setting the ES username and password in the properties.config through the entrypoint script. The existing code was duplicating the username and password values. These updated
sed
commands fix that issue for me. I didn't look to see if this issue exists in previous versions of geonetwork, but I can make the changes if this issue exists there too.