You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
javsalgar
changed the title
external index support create wrong key and missing way to pass user/password
[bitnami/janusgraph] external index support create wrong key and missing way to pass user/password
Mar 17, 2025
Thanks so much for reporting this limitation in the chart! As you mentioned, this chart doesn't expose parameters to set "REST Client HTTPS Configuration" nor "REST Client HTTP Authentication" to connect to ElasticSearch.
We do expose the janusgraphProperties and existingConfigmap that allow you to overwrite the whole JanusGraph configuration or use an existing configmap with your custom configuration, respectively. You could give a try to these options.
Name and Version
bitnami/janusgraph
What architecture are you using?
None
What steps will reproduce the bug?
https://github.com/bitnami/charts/blob/janusgraph/1.4.0/bitnami/janusgraph/templates/configmap.yaml#L34 has this:
Which generate properties not matching Janusgraph documentation, and not including credendentials (user/pwd), see https://docs.janusgraph.org/index-backend/elasticsearch/#connecting-to-elasticsearch:
Are you using any custom parameters or values?
No response
What is the expected behavior?
No response
What do you see instead?
All the properties used by janusgraph to connect 'elasticsearch' should work (match documentation) and be supported.
Additional information
No response
The text was updated successfully, but these errors were encountered: