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
In all our greatness, we decided to use our puppet CA infrastucture for elasticsearch, which is working rather good. However the part where java_ks is called for adding the CA to the keystore for elasticsearch, keeps being executed. We ran an evaltrace and found that the following code is being executed:
We don't know what the exact check is between these outcomes, but we suspected that there was a field with the sha256sum.
Since the 'new' puppet CA environment uses a root and intermediate certificate we suspected this field get overwritten.
So we added the intermediate by hand to the keystore and removed it from the copy of the original puppet CA.
The effect is that the resource Java_ks[elasticsearch_ca] stays the same.
We where wondering if we are on track here or if one of you has a better suggestion to deal with this issue
Hi
In all our greatness, we decided to use our puppet CA infrastucture for elasticsearch, which is working rather good. However the part where java_ks is called for adding the CA to the keystore for elasticsearch, keeps being executed. We ran an evaltrace and found that the following code is being executed:
Expected was:
We don't know what the exact check is between these outcomes, but we suspected that there was a field with the sha256sum.
Since the 'new' puppet CA environment uses a root and intermediate certificate we suspected this field get overwritten.
So we added the intermediate by hand to the keystore and removed it from the copy of the original puppet CA.
The effect is that the resource Java_ks[elasticsearch_ca] stays the same.
We where wondering if we are on track here or if one of you has a better suggestion to deal with this issue
Code we used:
The text was updated successfully, but these errors were encountered: